| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.proofpoint.platform |
| Идентификатор | Идентификаторjmx-http |
| Версия | Версия2.33 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jmx-http-2.33.pom | |
| jmx-http-2.33.jar | 27 KB |
| jmx-http-2.33-test-sources.jar | 11 KB |
| jmx-http-2.33-sources.jar | 14 KB |
| jmx-http-2.33-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/ -->
<dependency>
<groupId>com.proofpoint.platform</groupId>
<artifactId>jmx-http</artifactId>
<version>2.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/
implementation 'com.proofpoint.platform:jmx-http:2.33'
// https://jarcasting.com/artifacts/com.proofpoint.platform/jmx-http/
implementation ("com.proofpoint.platform:jmx-http:2.33")
'com.proofpoint.platform:jmx-http:jar:2.33'
<dependency org="com.proofpoint.platform" name="jmx-http" rev="2.33">
<artifact name="jmx-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.proofpoint.platform', module='jmx-http', version='2.33')
)
libraryDependencies += "com.proofpoint.platform" % "jmx-http" % "2.33"
[com.proofpoint.platform/jmx-http "2.33"]