GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdregistry |
Version | Version2.0.24 |
Type | Typejar |
Filename | Size |
---|---|
registry-2.0.24.pom | |
registry-2.0.24.jar | 2 KB |
registry-2.0.24-kubernetes.json | 1 KB |
registry-2.0.24-javadoc.jar | 333 bytes |
registry-2.0.24-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.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/registry/
implementation 'io.fabric8.jube.images.fabric8:registry:2.0.24'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/registry/
implementation ("io.fabric8.jube.images.fabric8:registry:2.0.24")
'io.fabric8.jube.images.fabric8:registry:jar:2.0.24'
<dependency org="io.fabric8.jube.images.fabric8" name="registry" rev="2.0.24">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='registry', version='2.0.24')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "registry" % "2.0.24"
[io.fabric8.jube.images.fabric8/registry "2.0.24"]