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