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