Categories |
CategoriesOpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdorg.fusesource.fabric |
ArtifactId | ArtifactIdopenshift |
Version | Version7.2.0.redhat-024 |
Type | Typepom |
Filename | Size |
---|---|
openshift-7.2.0.redhat-024.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.fabric/openshift/ -->
<dependency>
<groupId>org.fusesource.fabric</groupId>
<artifactId>openshift</artifactId>
<version>7.2.0.redhat-024</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.fabric/openshift/
implementation 'org.fusesource.fabric:openshift:7.2.0.redhat-024'
// https://jarcasting.com/artifacts/org.fusesource.fabric/openshift/
implementation ("org.fusesource.fabric:openshift:7.2.0.redhat-024")
'org.fusesource.fabric:openshift:pom:7.2.0.redhat-024'
<dependency org="org.fusesource.fabric" name="openshift" rev="7.2.0.redhat-024">
<artifact name="openshift" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.fabric', module='openshift', version='7.2.0.redhat-024')
)
libraryDependencies += "org.fusesource.fabric" % "openshift" % "7.2.0.redhat-024"
[org.fusesource.fabric/openshift "7.2.0.redhat-024"]