j

jmx-http

Files download
File Operation
jmx-http-232.jar download
jmx-http-232.pom download
jmx-http-232-sources.jar download
Apache Maven
<dependency>
  <groupId>io.airlift</groupId>
  <artifactId>jmx-http</artifactId>
  <version>232</version>
</dependency>
Gradle Groovy
implementation 'io.airlift:jmx-http:232'
Gradle Kotlin
implementation("io.airlift:jmx-http:232")
Scala SBT
libraryDependencies += "io.airlift" % "jmx-http" % "232"
Groovy Grape
@Grapes(
  @Grab(group='io.airlift', module='jmx-http', version='232')
)
Apache Ivy
<dependency org="io.airlift" name="jmx-http" rev="232" />
Leiningen
[io.airlift/jmx-http "232"]
Apache Buildr
'io.airlift:jmx-http:jar:232'