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