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