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