j

jmx-http

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