| Categories | CategoriesJetty Container Application Servers | 
|---|---|
| GroupId | GroupIdjetty | 
| ArtifactId | ArtifactIdstart | 
| Last Version | Last Version6.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| start-6.0.2.pom | |
| start-6.0.2.jar | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/jetty/start/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>start</artifactId>
    <version>6.0.2</version>
</dependency>// https://jarcasting.com/artifacts/jetty/start/
implementation 'jetty:start:6.0.2'// https://jarcasting.com/artifacts/jetty/start/
implementation ("jetty:start:6.0.2")'jetty:start:jar:6.0.2'<dependency org="jetty" name="start" rev="6.0.2">
  <artifact name="start" type="jar" />
</dependency>@Grapes(
@Grab(group='jetty', module='start', version='6.0.2')
)libraryDependencies += "jetty" % "start" % "6.0.2"[jetty/start "6.0.2"]| Version | 
|---|
| 6.0.2 | 
| 6.0.1 | 
| 6.0.0 | 
| 6.0.0rc4 | 
| 6.0.0rc3 | 
| 6.0.0rc2 | 
| 6.0.0rc1 | 
| 6.0.0rc0 | 
| 6.0.0beta17 | 
| 6.0.0beta16 | 
| 6.0.0beta15 | 
| 6.0.0beta14 | 
| 5.1.10 | 
| 5.0.alpha1 | 
| 4.2.27 |