GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdgogs |
Version | Version2.2.1 |
Type | Typejar |
Filename | Size |
---|---|
gogs-2.2.1.pom | |
gogs-2.2.1.jar | 97 KB |
gogs-2.2.1-sources.jar | 93 KB |
gogs-2.2.1-kubernetes.json | 5 KB |
gogs-2.2.1-javadoc.jar | 35 KB |
gogs-2.2.1-app.zip | 94 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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/gogs/
implementation 'io.fabric8.jube.images.fabric8:gogs:2.2.1'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/gogs/
implementation ("io.fabric8.jube.images.fabric8:gogs:2.2.1")
'io.fabric8.jube.images.fabric8:gogs:jar:2.2.1'
<dependency org="io.fabric8.jube.images.fabric8" name="gogs" rev="2.2.1">
<artifact name="gogs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='gogs', version='2.2.1')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "gogs" % "2.2.1"
[io.fabric8.jube.images.fabric8/gogs "2.2.1"]