is not current version
Last Version 27.0.0.Alpha1

org.wildfly:wildfly-testsuite-shared 10.0.0.CR2


Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly
ArtifactId

ArtifactId

wildfly-testsuite-shared
Version

Version

10.0.0.CR2
Type

Type

jar

Download wildfly-testsuite-shared 10.0.0.CR2


<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-testsuite-shared/ -->
<dependency>
    <groupId>org.wildfly</groupId>
    <artifactId>wildfly-testsuite-shared</artifactId>
    <version>10.0.0.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-testsuite-shared/
implementation 'org.wildfly:wildfly-testsuite-shared:10.0.0.CR2'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-testsuite-shared/
implementation ("org.wildfly:wildfly-testsuite-shared:10.0.0.CR2")
'org.wildfly:wildfly-testsuite-shared:jar:10.0.0.CR2'
<dependency org="org.wildfly" name="wildfly-testsuite-shared" rev="10.0.0.CR2">
  <artifact name="wildfly-testsuite-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-testsuite-shared', version='10.0.0.CR2')
)
libraryDependencies += "org.wildfly" % "wildfly-testsuite-shared" % "10.0.0.CR2"
[org.wildfly/wildfly-testsuite-shared "10.0.0.CR2"]