License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface OpenShift PaaS Providers |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-openshift-client |
Version | Version2.8.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - OpenShift Client - Runtime
Interact with OpenShift and develop OpenShift Operators
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-client/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-openshift-client</artifactId>
<version>2.8.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-client/
implementation 'io.quarkus:quarkus-openshift-client:2.8.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-client/
implementation ("io.quarkus:quarkus-openshift-client:2.8.0.CR1")
'io.quarkus:quarkus-openshift-client:jar:2.8.0.CR1'
<dependency org="io.quarkus" name="quarkus-openshift-client" rev="2.8.0.CR1">
<artifact name="quarkus-openshift-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-openshift-client', version='2.8.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-openshift-client" % "2.8.0.CR1"
[io.quarkus/quarkus-openshift-client "2.8.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-kubernetes-client | jar | 2.8.0.CR1 |
io.fabric8 : openshift-client | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.8.0.CR1 |