| Группа | Группаio.fabric8.jube |
|---|---|
| Идентификатор | Идентификаторcore |
| Версия | Версия2.0.32 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| core-2.0.32.pom | |
| core-2.0.32.jar | 16 KB |
| core-2.0.32-sources.jar | 8 KB |
| core-2.0.32-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube/core/ -->
<dependency>
<groupId>io.fabric8.jube</groupId>
<artifactId>core</artifactId>
<version>2.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube/core/
implementation 'io.fabric8.jube:core:2.0.32'
// https://jarcasting.com/artifacts/io.fabric8.jube/core/
implementation ("io.fabric8.jube:core:2.0.32")
'io.fabric8.jube:core:jar:2.0.32'
<dependency org="io.fabric8.jube" name="core" rev="2.0.32">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube', module='core', version='2.0.32')
)
libraryDependencies += "io.fabric8.jube" % "core" % "2.0.32"
[io.fabric8.jube/core "2.0.32"]