Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-classloader |
Version | Version2017.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-classloader/ -->
<dependency>
<groupId>org.wildfly.swarm.testsuite</groupId>
<artifactId>testsuite-classloader</artifactId>
<version>2017.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-classloader/
implementation 'org.wildfly.swarm.testsuite:testsuite-classloader:2017.12.1'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-classloader/
implementation ("org.wildfly.swarm.testsuite:testsuite-classloader:2017.12.1")
'org.wildfly.swarm.testsuite:testsuite-classloader:jar:2017.12.1'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-classloader" rev="2017.12.1">
<artifact name="testsuite-classloader" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-classloader', version='2017.12.1')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-classloader" % "2017.12.1"
[org.wildfly.swarm.testsuite/testsuite-classloader "2017.12.1"]