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