| GroupId | GroupIdio.airlift |
|---|---|
| ArtifactId | ArtifactIdjmx-http |
| Version | Version0.194 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jmx-http-0.194.pom | |
| jmx-http-0.194.jar | 22 KB |
| jmx-http-0.194-tests.jar | 6 KB |
| jmx-http-0.194-test-sources.jar | 3 KB |
| jmx-http-0.194-sources.jar | 14 KB |
| jmx-http-0.194-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.airlift/jmx-http/ -->
<dependency>
<groupId>io.airlift</groupId>
<artifactId>jmx-http</artifactId>
<version>0.194</version>
</dependency>
// https://jarcasting.com/artifacts/io.airlift/jmx-http/
implementation 'io.airlift:jmx-http:0.194'
// https://jarcasting.com/artifacts/io.airlift/jmx-http/
implementation ("io.airlift:jmx-http:0.194")
'io.airlift:jmx-http:jar:0.194'
<dependency org="io.airlift" name="jmx-http" rev="0.194">
<artifact name="jmx-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airlift', module='jmx-http', version='0.194')
)
libraryDependencies += "io.airlift" % "jmx-http" % "0.194"
[io.airlift/jmx-http "0.194"]