| License |
License |
|---|---|
| Categories |
CategoriesJetty Container Application Servers CLI User Interface |
| GroupId | GroupIdorg.eclipse.jetty |
| ArtifactId | ArtifactIdjetty-start |
| Version | Version11.0.6 |
| Type | Typejar |
| Description |
DescriptionJetty :: Start
The start utility
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jetty-start-11.0.6.pom | |
| jetty-start-11.0.6.jar | 164 KB |
| jetty-start-11.0.6-sources.jar | 99 KB |
| jetty-start-11.0.6-shaded.jar | 174 KB |
| jetty-start-11.0.6-shaded-sources.jar | 105 KB |
| jetty-start-11.0.6-javadoc.jar | 691 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-start/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-start</artifactId>
<version>11.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-start/
implementation 'org.eclipse.jetty:jetty-start:11.0.6'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-start/
implementation ("org.eclipse.jetty:jetty-start:11.0.6")
'org.eclipse.jetty:jetty-start:jar:11.0.6'
<dependency org="org.eclipse.jetty" name="jetty-start" rev="11.0.6">
<artifact name="jetty-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-start', version='11.0.6')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-start" % "11.0.6"
[org.eclipse.jetty/jetty-start "11.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty : jetty-util | jar | 11.0.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.5 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |