License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices OpenShift PaaS Providers |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-openshift-parent |
Version | Version2.6.0.CR1 |
Type | Typepom |
Description |
DescriptionQuarkus - Kubernetes - Openshift
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-openshift-parent-2.6.0.CR1.pom | 756 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-openshift-parent</artifactId>
<version>2.6.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation 'io.quarkus:quarkus-openshift-parent:2.6.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation ("io.quarkus:quarkus-openshift-parent:2.6.0.CR1")
'io.quarkus:quarkus-openshift-parent:pom:2.6.0.CR1'
<dependency org="io.quarkus" name="quarkus-openshift-parent" rev="2.6.0.CR1">
<artifact name="quarkus-openshift-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-openshift-parent', version='2.6.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-openshift-parent" % "2.6.0.CR1"
[io.quarkus/quarkus-openshift-parent "2.6.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.6.0.CR1 |