j

jetty-server

The core jetty server artifact.
${jetty.url}
Files download
File Operation
jetty-server-7.6.0.RC3.jar download
jetty-server-7.6.0.RC3.pom download
jetty-server-7.6.0.RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-server</artifactId>
  <version>7.6.0.RC3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty:jetty-server:7.6.0.RC3'
Gradle Kotlin
implementation("org.eclipse.jetty:jetty-server:7.6.0.RC3")
Scala SBT
libraryDependencies += "org.eclipse.jetty" % "jetty-server" % "7.6.0.RC3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty', module='jetty-server', version='7.6.0.RC3')
)
Apache Ivy
<dependency org="org.eclipse.jetty" name="jetty-server" rev="7.6.0.RC3" />
Leiningen
[org.eclipse.jetty/jetty-server "7.6.0.RC3"]
Apache Buildr
'org.eclipse.jetty:jetty-server:jar:7.6.0.RC3'