j

jmx-http

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