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