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