j

jetty-server

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