Categories |
CategoriesQuarkus Container Microservices OpenShift PaaS Providers |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-openshift-parent |
Version | Version1.4.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-openshift-parent-1.4.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>1.4.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation 'io.quarkus:quarkus-openshift-parent:1.4.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-openshift-parent/
implementation ("io.quarkus:quarkus-openshift-parent:1.4.0.CR1")
'io.quarkus:quarkus-openshift-parent:pom:1.4.0.CR1'
<dependency org="io.quarkus" name="quarkus-openshift-parent" rev="1.4.0.CR1">
<artifact name="quarkus-openshift-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-openshift-parent', version='1.4.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-openshift-parent" % "1.4.0.CR1"
[io.quarkus/quarkus-openshift-parent "1.4.0.CR1"]