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