j

jetty-webapp

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