t

tests-parent

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