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