t

test-webapps-parent

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