is not current version
Last Version 6.0.2

jetty:jetty 6.0.0beta14


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

jetty
Version

Version

6.0.0beta14
Type

Type

jar

Download jetty 6.0.0beta14


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