j

jmx-http

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