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