is not current version
Last Version 6.0.2

jetty:jetty 4.1-rc1


Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

jetty
ArtifactId

ArtifactId

jetty
Version

Version

4.1-rc1
Type

Type

jar

Download jetty 4.1-rc1


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