| Категории |
КатегорииOpenShift Контейнер PaaS Providers |
|---|---|
| Группа | Группаio.ap4k |
| Идентификатор | Идентификаторopenshift-annotations |
| Версия | Версия0.2.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/ -->
<dependency>
<groupId>io.ap4k</groupId>
<artifactId>openshift-annotations</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/
implementation 'io.ap4k:openshift-annotations:0.2.3'
// https://jarcasting.com/artifacts/io.ap4k/openshift-annotations/
implementation ("io.ap4k:openshift-annotations:0.2.3")
'io.ap4k:openshift-annotations:jar:0.2.3'
<dependency org="io.ap4k" name="openshift-annotations" rev="0.2.3">
<artifact name="openshift-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ap4k', module='openshift-annotations', version='0.2.3')
)
libraryDependencies += "io.ap4k" % "openshift-annotations" % "0.2.3"
[io.ap4k/openshift-annotations "0.2.3"]