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