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