t

test-webapp-rfc2616

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