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