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