Categories |
CategoriesOpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdio.ap4k |
ArtifactId | ArtifactIdopenshift-annotations |
Version | Version0.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>openshift-annotations</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/
implementation 'io.ap4k:openshift-annotations:0.3.2'
// https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/
implementation ("io.ap4k:openshift-annotations:0.3.2")
'io.ap4k:openshift-annotations:jar:0.3.2'
<dependency org="io.ap4k" name="openshift-annotations" rev="0.3.2">
<artifact name="openshift-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='openshift-annotations', version='0.3.2')
)
libraryDependencies += "io.ap4k" % "openshift-annotations" % "0.3.2"
[io.ap4k/openshift-annotations "0.3.2"]