Categories |
CategoriesCLI User Interface OpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdio.fabric8 |
ArtifactId | ArtifactIdopenshift-client |
Version | Version5.8.0 |
Type | Typejar |
Filename | Size |
---|---|
openshift-client-5.8.0.pom | |
openshift-client-5.8.0.jar | 190 KB |
openshift-client-5.8.0-tests.jar | 21 KB |
openshift-client-5.8.0-sources.jar | 138 KB |
openshift-client-5.8.0-javadoc.jar | 991 KB |
openshift-client-5.8.0-bundle.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/openshift-client/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
<version>5.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/openshift-client/
implementation 'io.fabric8:openshift-client:5.8.0'
// https://jarcasting.com/artifacts/io.fabric8/openshift-client/
implementation ("io.fabric8:openshift-client:5.8.0")
'io.fabric8:openshift-client:jar:5.8.0'
<dependency org="io.fabric8" name="openshift-client" rev="5.8.0">
<artifact name="openshift-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='openshift-client', version='5.8.0')
)
libraryDependencies += "io.fabric8" % "openshift-client" % "5.8.0"
[io.fabric8/openshift-client "5.8.0"]