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