j

jetty-servlets

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