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