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