t

test-webapp-rfc2616

Files download
File Operation
test-webapp-rfc2616-8.0.0.M0.pom download
test-webapp-rfc2616-8.0.0.M0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.jetty.tests</groupId>
  <artifactId>test-webapp-rfc2616</artifactId>
  <version>8.0.0.M0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.jetty.tests:test-webapp-rfc2616:8.0.0.M0'
Gradle Kotlin
implementation("org.eclipse.jetty.tests:test-webapp-rfc2616:8.0.0.M0")
Scala SBT
libraryDependencies += "org.eclipse.jetty.tests" % "test-webapp-rfc2616" % "8.0.0.M0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.jetty.tests', module='test-webapp-rfc2616', version='8.0.0.M0')
)
Apache Ivy
<dependency org="org.eclipse.jetty.tests" name="test-webapp-rfc2616" rev="8.0.0.M0" />
Leiningen
[org.eclipse.jetty.tests/test-webapp-rfc2616 "8.0.0.M0"]
Apache Buildr
'org.eclipse.jetty.tests:test-webapp-rfc2616:jar:8.0.0.M0'