j

jetty-webapp

Jetty web application support
Files download
File Operation
jetty-webapp-7.2.0.RC0.jar download
jetty-webapp-7.2.0.RC0.pom download
jetty-webapp-7.2.0.RC0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty</groupId>
  <artifactId>jetty-webapp</artifactId>
  <version>7.2.0.RC0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty:jetty-webapp:7.2.0.RC0'
Gradle Kotlin
implementation("org.eclipse.jetty:jetty-webapp:7.2.0.RC0")
Scala SBT
libraryDependencies += "org.eclipse.jetty" % "jetty-webapp" % "7.2.0.RC0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty', module='jetty-webapp', version='7.2.0.RC0')
)
Apache Ivy
<dependency org="org.eclipse.jetty" name="jetty-webapp" rev="7.2.0.RC0" />
Leiningen
[org.eclipse.jetty/jetty-webapp "7.2.0.RC0"]
Apache Buildr
'org.eclipse.jetty:jetty-webapp:jar:7.2.0.RC0'