GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdregistry |
Version | Version2.0.19 |
Type | Typejar |
Filename | Size |
---|---|
registry-2.0.19.pom | |
registry-2.0.19.jar | 2 KB |
registry-2.0.19-kubernetes.json | 1 KB |
registry-2.0.19-javadoc.jar | 336 bytes |
registry-2.0.19-app.zip | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/registry/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>registry</artifactId>
<version>2.0.19</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/registry/
implementation 'io.fabric8.jube.images.fabric8:registry:2.0.19'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/registry/
implementation ("io.fabric8.jube.images.fabric8:registry:2.0.19")
'io.fabric8.jube.images.fabric8:registry:jar:2.0.19'
<dependency org="io.fabric8.jube.images.fabric8" name="registry" rev="2.0.19">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='registry', version='2.0.19')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "registry" % "2.0.19"
[io.fabric8.jube.images.fabric8/registry "2.0.19"]