| Categories |
CategoriesOpenShift Container PaaS Providers |
|---|---|
| GroupId | GroupIdio.ap4k |
| ArtifactId | ArtifactIdopenshift-example |
| Version | Version0.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| openshift-example-0.1.5.pom | |
| openshift-example-0.1.5.jar | 30 MB |
| openshift-example-0.1.5-sources.jar | 1 KB |
| openshift-example-0.1.5-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.ap4k/openshift-example/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>openshift-example</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/openshift-example/
implementation 'io.ap4k:openshift-example:0.1.5'
// https://jarcasting.com/artifacts/io.ap4k/openshift-example/
implementation ("io.ap4k:openshift-example:0.1.5")
'io.ap4k:openshift-example:jar:0.1.5'
<dependency org="io.ap4k" name="openshift-example" rev="0.1.5">
<artifact name="openshift-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='openshift-example', version='0.1.5')
)
libraryDependencies += "io.ap4k" % "openshift-example" % "0.1.5"
[io.ap4k/openshift-example "0.1.5"]