| Группа | Группаcom.avast |
|---|---|
| Идентификатор | Идентификаторjmx-publisher |
| Версия | Версия1.4.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jmx-publisher-1.4.1.pom | |
| jmx-publisher-1.4.1.jar | 23 KB |
| jmx-publisher-1.4.1-test-sources.jar | 3 KB |
| jmx-publisher-1.4.1-sources.jar | 12 KB |
| jmx-publisher-1.4.1-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.avast/jmx-publisher/ -->
<dependency>
<groupId>com.avast</groupId>
<artifactId>jmx-publisher</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.avast/jmx-publisher/
implementation 'com.avast:jmx-publisher:1.4.1'
// https://jarcasting.com/artifacts/com.avast/jmx-publisher/
implementation ("com.avast:jmx-publisher:1.4.1")
'com.avast:jmx-publisher:jar:1.4.1'
<dependency org="com.avast" name="jmx-publisher" rev="1.4.1">
<artifact name="jmx-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avast', module='jmx-publisher', version='1.4.1')
)
libraryDependencies += "com.avast" % "jmx-publisher" % "1.4.1"
[com.avast/jmx-publisher "1.4.1"]