j

jmx-http

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