{"id":37020352,"url":"https://github.com/astrapi69/jetty-runner","last_synced_at":"2026-01-14T02:18:02.926Z","repository":{"id":30556306,"uuid":"34111100","full_name":"astrapi69/jetty-runner","owner":"astrapi69","description":"Project to start the jetty web server programmatically in java.","archived":true,"fork":false,"pushed_at":"2019-05-14T11:44:37.000Z","size":144,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-07-06T07:41:43.790Z","etag":null,"topics":["java","jetty-runner","jetty-server"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"AlexDisler/cordova-plugin-inapppurchase","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astrapi69.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-17T10:38:34.000Z","updated_at":"2023-04-19T15:08:33.000Z","dependencies_parsed_at":"2022-07-26T13:02:00.697Z","dependency_job_id":null,"html_url":"https://github.com/astrapi69/jetty-runner","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/astrapi69/jetty-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrapi69%2Fjetty-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrapi69%2Fjetty-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrapi69%2Fjetty-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrapi69%2Fjetty-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrapi69","download_url":"https://codeload.github.com/astrapi69/jetty-runner/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrapi69%2Fjetty-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","jetty-runner","jetty-server"],"created_at":"2026-01-14T02:18:02.260Z","updated_at":"2026-01-14T02:18:02.917Z","avatar_url":"https://github.com/astrapi69.png","language":"Java","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MJ7V43GU2H386"],"categories":[],"sub_categories":[],"readme":"# jetty-runner\n\n\u003cdiv align=\"center\"\u003e\n\n[![license apache2](https://img.shields.io/badge/license-apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![Build Status](https://travis-ci.org/astrapi69/jetty-runner.svg?branch=master)](https://travis-ci.org/astrapi69/jetty-runner)\n[![Open Issues](https://img.shields.io/github/issues/lightblueseas/jetty-runner.svg?style=flat)](https://github.com/lightblueseas/jetty-runner/issues) \n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/jetty-runner/badge.svg)](https://maven-badges.herokuapp.com/maven-central/de.alpharogroup/jetty-runner)\n\n\u003c/div\u003e\n\nThe jetty-runner project provides method that can start programmatically the jetty server.\n\n## License\n\nThe source code is released under the liberal Apache License V2.0, making jetty-runner great for all types of java web applications.\n\n## Maven dependency\n\nMaven dependency is now on sonatype. \n\nCheck out [sonatype repository](https://oss.sonatype.org/index.html#nexus-search;gav~de.alpharogroup~jetty-runner~~~) for latest snapshots and releases.\n\nAdd the following maven dependencies to your project `pom.xml` if you want to import the core functionality:\n\nYou can first define the version properties:\n\n\t\u003cproperties\u003e\n\t\t\t...\n\t\t\u003c!-- JETTY-RUNNER version --\u003e\n\t\t\u003cjetty-runner.version\u003e3.16.1\u003c/jetty-runner.version\u003e\n\t\t\t...\n\t\u003c/properties\u003e\n\n\nAdd the following maven dependency to your project `pom.xml` if you want to import the core functionality of jetty-runner-core:\n\n\t\t\u003cdependencies\u003e\n\t\t\t...\n\t\t\t\u003cdependency\u003e\n\t\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\t\u003cartifactId\u003ejetty-runner-core\u003c/artifactId\u003e\n\t\t\t\t\u003cversion\u003e${jetty-runner.version}\u003c/version\u003e\n\t\t\t\u003c/dependency\u003e\n\t\t\t...\n\t\t\u003c/dependencies\u003e\n\n\nAdd the following maven dependency to your project `pom.xml` if you want to import wicket-jetty9-runner:\n\n```xml\n\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003ewicket-jetty9-runner\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003e${jetty-runner.version}\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003ede.alpharogroup\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003ejetty-runner-config\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003e${jetty-runner.version}\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n```\n\n## Want to Help and improve it? ###\n\nThe source code for jetty-runner are on GitHub. Please feel free to fork and send pull requests!\n\nCreate your own fork of [astrapi69/jetty-runner/fork](https://github.com/astrapi69/jetty-runner/fork)\n\nTo share your changes, [submit a pull request](https://github.com/astrapi69/jetty-runner/pull/new/develop).\n\nDon't forget to add new units tests on your changes.\n\n## Contacting the Developer\n\nDo not hesitate to contact the jetty-runner developers with your questions, concerns, comments, bug reports, or feature requests.\n- Feature requests, questions and bug reports can be reported at the [issues page](https://github.com/astrapi69/jetty-runner/issues).\n\n## Note\n\nNo animals were harmed in the making of this library.\n\n# Donations\n\nIf you like this library, please consider a donation through paypal: \u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MJ7V43GU2H386\" target=\"_blank\"\u003e\n\u003cimg src=\"https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif\" alt=\"PayPal this\" title=\"PayPal – The safer, easier way to pay online!\" border=\"0\" /\u003e\n\u003c/a\u003e\n\nor over bitcoin or bitcoin-cash with:\n\n1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW\n\nor over ether with:\n\n0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8\n\nor over flattr:\n  \n\u003ca href=\"http://flattr.com/thing/4180911/astrapi69resourcebundle-inspector-on-GitHub\" target=\"_blank\"\u003e\n\u003cimg src=\"http://api.flattr.com/button/flattr-badge-large.png\" alt=\"Flattr this\" title=\"Flattr this\" border=\"0\" /\u003e\n\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrapi69%2Fjetty-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrapi69%2Fjetty-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrapi69%2Fjetty-runner/lists"}