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