is not current version
Last Version 6.0.2

jetty:start 6.0.0beta16


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

start
Version

Version

6.0.0beta16
Type

Type

jar

Download start 6.0.0beta16


<!-- https://jarcasting.com/artifacts/jetty/start/ -->
<dependency>
    <groupId>jetty</groupId>
    <artifactId>start</artifactId>
    <version>6.0.0beta16</version>
</dependency>
// https://jarcasting.com/artifacts/jetty/start/
implementation 'jetty:start:6.0.0beta16'
// https://jarcasting.com/artifacts/jetty/start/
implementation ("jetty:start:6.0.0beta16")
'jetty:start:jar:6.0.0beta16'
<dependency org="jetty" name="start" rev="6.0.0beta16">
  <artifact name="start" type="jar" />
</dependency>
@Grapes(
@Grab(group='jetty', module='start', version='6.0.0beta16')
)
libraryDependencies += "jetty" % "start" % "6.0.0beta16"
[jetty/start "6.0.0beta16"]