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