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