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