Categories |
CategoriesOpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdio.ap4k |
ArtifactId | ArtifactIdopenshift-starters |
Version | Version0.2.3 |
Type | Typepom |
Filename | Size |
---|---|
openshift-starters-0.2.3.pom | 731 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ap4k/openshift-starters/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>openshift-starters</artifactId>
<version>0.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/openshift-starters/
implementation 'io.ap4k:openshift-starters:0.2.3'
// https://jarcasting.com/artifacts/io.ap4k/openshift-starters/
implementation ("io.ap4k:openshift-starters:0.2.3")
'io.ap4k:openshift-starters:pom:0.2.3'
<dependency org="io.ap4k" name="openshift-starters" rev="0.2.3">
<artifact name="openshift-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='openshift-starters', version='0.2.3')
)
libraryDependencies += "io.ap4k" % "openshift-starters" % "0.2.3"
[io.ap4k/openshift-starters "0.2.3"]