Categories |
CategoriesWildFly Container Application Servers OpenShift PaaS Providers |
---|---|
GroupId | GroupIdorg.wildfly.swarm |
ArtifactId | ArtifactIdtestsuite-topology-openshift |
Version | Version2017.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-topology-openshift/ -->
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>testsuite-topology-openshift</artifactId>
<version>2017.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-topology-openshift/
implementation 'org.wildfly.swarm:testsuite-topology-openshift:2017.3.2'
// https://jarcasting.com/artifacts/org.wildfly.swarm/testsuite-topology-openshift/
implementation ("org.wildfly.swarm:testsuite-topology-openshift:2017.3.2")
'org.wildfly.swarm:testsuite-topology-openshift:jar:2017.3.2'
<dependency org="org.wildfly.swarm" name="testsuite-topology-openshift" rev="2017.3.2">
<artifact name="testsuite-topology-openshift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='testsuite-topology-openshift', version='2017.3.2')
)
libraryDependencies += "org.wildfly.swarm" % "testsuite-topology-openshift" % "2017.3.2"
[org.wildfly.swarm/testsuite-topology-openshift "2017.3.2"]