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