j

jetty-servlets

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