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