j

jmx-http

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