j

jmx-http

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