o

org.jboss.jetty

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