GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdgogs |
Version | Version2.1.10 |
Type | Typejar |
Filename | Size |
---|---|
gogs-2.1.10.pom | |
gogs-2.1.10.jar | 96 KB |
gogs-2.1.10-sources.jar | 93 KB |
gogs-2.1.10-kubernetes.json | 4 KB |
gogs-2.1.10-javadoc.jar | 35 KB |
gogs-2.1.10-app.zip | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/gogs/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>gogs</artifactId>
<version>2.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/gogs/
implementation 'io.fabric8.jube.images.fabric8:gogs:2.1.10'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/gogs/
implementation ("io.fabric8.jube.images.fabric8:gogs:2.1.10")
'io.fabric8.jube.images.fabric8:gogs:jar:2.1.10'
<dependency org="io.fabric8.jube.images.fabric8" name="gogs" rev="2.1.10">
<artifact name="gogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='gogs', version='2.1.10')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "gogs" % "2.1.10"
[io.fabric8.jube.images.fabric8/gogs "2.1.10"]