j

jetty

Files download
File Operation
jetty-6.0.0beta12.jar download
Apache Maven
<dependency>
  <groupId>jetty</groupId>
  <artifactId>jetty</artifactId>
  <version>6.0.0beta12</version>
</dependency>
Gradle Groovy
implementation 'jetty:jetty:6.0.0beta12'
Gradle Kotlin
implementation("jetty:jetty:6.0.0beta12")
Scala SBT
libraryDependencies += "jetty" % "jetty" % "6.0.0beta12"
Groovy Grape
@Grapes(
  @Grab(group='jetty', module='jetty', version='6.0.0beta12')
)
Apache Ivy
<dependency org="jetty" name="jetty" rev="6.0.0beta12" />
Leiningen
[jetty/jetty "6.0.0beta12"]
Apache Buildr
'jetty:jetty:jar:6.0.0beta12'
Dependencies
The project has no third-party dependencies