| Категории |
КатегорииWildFly Контейнер Application Servers |
|---|---|
| Группа | Группаorg.wildfly.swarm.testsuite |
| Идентификатор | Идентификаторtestsuite-monitor |
| Версия | Версия2017.11.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testsuite-monitor-2017.11.0.pom | |
| testsuite-monitor-2017.11.0.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-monitor/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-monitor</artifactId>
<version>2017.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-monitor/
implementation 'org.wildfly.swarm.testsuite:testsuite-monitor:2017.11.0'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-monitor/
implementation ("org.wildfly.swarm.testsuite:testsuite-monitor:2017.11.0")
'org.wildfly.swarm.testsuite:testsuite-monitor:jar:2017.11.0'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-monitor" rev="2017.11.0">
<artifact name="testsuite-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-monitor', version='2017.11.0')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-monitor" % "2017.11.0"
[org.wildfly.swarm.testsuite/testsuite-monitor "2017.11.0"]