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