j

jetty-server

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