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