License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices OpenShift PaaS Providers |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-openshift-parent |
Version | Version2.0.0.CR3 |
Type | Typepom |
Description |
DescriptionQuarkus - Kubernetes - Openshift
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-openshift-parent-2.0.0.CR3.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.0.0.CR3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation 'io.quarkus:quarkus-openshift-parent:2.0.0.CR3'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation ("io.quarkus:quarkus-openshift-parent:2.0.0.CR3")
'io.quarkus:quarkus-openshift-parent:pom:2.0.0.CR3'
<dependency org="io.quarkus" name="quarkus-openshift-parent" rev="2.0.0.CR3">
<artifact name="quarkus-openshift-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-openshift-parent', version='2.0.0.CR3')
)
libraryDependencies += "io.quarkus" % "quarkus-openshift-parent" % "2.0.0.CR3"
[io.quarkus/quarkus-openshift-parent "2.0.0.CR3"]