t

test-webapp-rfc2616

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