is not current version
Last Version 6.0.2

jetty:jetty 4.2.2


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

jetty
Version

Version

4.2.2
Type

Type

jar

Download jetty 4.2.2


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