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