j

jetty-server

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