Categories |
CategoriesWildFly Container Application Servers OpenShift PaaS Providers |
---|---|
GroupId | GroupIdorg.wildfly.swarm.testsuite |
ArtifactId | ArtifactIdtestsuite-topology-openshift |
Version | Version2018.3.3 |
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>2018.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-topology-openshift/
implementation 'org.wildfly.swarm.testsuite:testsuite-topology-openshift:2018.3.3'
// https://jarcasting.com/artifacts/org.wildfly.swarm.testsuite/testsuite-topology-openshift/
implementation ("org.wildfly.swarm.testsuite:testsuite-topology-openshift:2018.3.3")
'org.wildfly.swarm.testsuite:testsuite-topology-openshift:jar:2018.3.3'
<dependency org="org.wildfly.swarm.testsuite" name="testsuite-topology-openshift" rev="2018.3.3">
<artifact name="testsuite-topology-openshift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm.testsuite', module='testsuite-topology-openshift', version='2018.3.3')
)
libraryDependencies += "org.wildfly.swarm.testsuite" % "testsuite-topology-openshift" % "2018.3.3"
[org.wildfly.swarm.testsuite/testsuite-topology-openshift "2018.3.3"]