j

jmx-http

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