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