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