Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.proofpoint.platform |
ArtifactId | ArtifactIdjmx-http |
Version | Version0.81 |
Type | Typejar |
Filename | Size |
---|---|
jmx-http-0.81.pom | |
jmx-http-0.81.jar | 18 KB |
jmx-http-0.81-sources.jar | 6 KB |
jmx-http-0.81-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>jmx-http</artifactId>
<version>0.81</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/
implementation 'com.proofpoint.platform:jmx-http:0.81'
// https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/
implementation ("com.proofpoint.platform:jmx-http:0.81")
'com.proofpoint.platform:jmx-http:jar:0.81'
<dependency org="com.proofpoint.platform" name="jmx-http" rev="0.81">
<artifact name="jmx-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='jmx-http', version='0.81')
)
libraryDependencies += "com.proofpoint.platform" % "jmx-http" % "0.81"
[com.proofpoint.platform/jmx-http "0.81"]