| Категории |
КатегорииOpenShift Контейнер PaaS Providers |
|---|---|
| Группа | Группаio.dekorate |
| Идентификатор | Идентификаторopenshift-thorntail-starter |
| Версия | Версия2.0.0.rc-1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| openshift-thorntail-starter-2.0.0.rc-1.pom | |
| openshift-thorntail-starter-2.0.0.rc-1.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.dekorate/openshift-thorntail-starter/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>openshift-thorntail-starter</artifactId>
<version>2.0.0.rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/openshift-thorntail-starter/
implementation 'io.dekorate:openshift-thorntail-starter:2.0.0.rc-1'
// https://jarcasting.com/artifacts/io.dekorate/openshift-thorntail-starter/
implementation ("io.dekorate:openshift-thorntail-starter:2.0.0.rc-1")
'io.dekorate:openshift-thorntail-starter:jar:2.0.0.rc-1'
<dependency org="io.dekorate" name="openshift-thorntail-starter" rev="2.0.0.rc-1">
<artifact name="openshift-thorntail-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='openshift-thorntail-starter', version='2.0.0.rc-1')
)
libraryDependencies += "io.dekorate" % "openshift-thorntail-starter" % "2.0.0.rc-1"
[io.dekorate/openshift-thorntail-starter "2.0.0.rc-1"]