Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.aerogear.test |
ArtifactId | ArtifactIdspacelift-jboss-manager |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.aerogear.test/spacelift-jboss-manager/ -->
<dependency>
<groupId>org.jboss.aerogear.test</groupId>
<artifactId>spacelift-jboss-manager</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.aerogear.test/spacelift-jboss-manager/
implementation 'org.jboss.aerogear.test:spacelift-jboss-manager:0.4.0'
// https://jarcasting.com/artifacts/org.jboss.aerogear.test/spacelift-jboss-manager/
implementation ("org.jboss.aerogear.test:spacelift-jboss-manager:0.4.0")
'org.jboss.aerogear.test:spacelift-jboss-manager:jar:0.4.0'
<dependency org="org.jboss.aerogear.test" name="spacelift-jboss-manager" rev="0.4.0">
<artifact name="spacelift-jboss-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.aerogear.test', module='spacelift-jboss-manager', version='0.4.0')
)
libraryDependencies += "org.jboss.aerogear.test" % "spacelift-jboss-manager" % "0.4.0"
[org.jboss.aerogear.test/spacelift-jboss-manager "0.4.0"]