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