| Категории |
КатегорииAnt Компиляция и сборка Eclipse Che Инструменты разработки IDE |
|---|---|
| Группа | Группаio.fabric8.tenant |
| Идентификатор | Идентификаторtenant-che |
| Версия | Версия2.0.67 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| tenant-che-2.0.67.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.tenant/tenant-che/ -->
<dependency>
<groupId>io.fabric8.tenant</groupId>
<artifactId>tenant-che</artifactId>
<version>2.0.67</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.tenant/tenant-che/
implementation 'io.fabric8.tenant:tenant-che:2.0.67'
// https://jarcasting.com/artifacts/io.fabric8.tenant/tenant-che/
implementation ("io.fabric8.tenant:tenant-che:2.0.67")
'io.fabric8.tenant:tenant-che:pom:2.0.67'
<dependency org="io.fabric8.tenant" name="tenant-che" rev="2.0.67">
<artifact name="tenant-che" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.tenant', module='tenant-che', version='2.0.67')
)
libraryDependencies += "io.fabric8.tenant" % "tenant-che" % "2.0.67"
[io.fabric8.tenant/tenant-che "2.0.67"]