is not current version
Last Version 6.0.2

jetty:start 5.0.alpha1


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

start
Version

Version

5.0.alpha1
Type

Type

jar

Download start 5.0.alpha1


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