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