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