GroupId | GroupIdio.fabric8.devops.apps |
---|---|
ArtifactId | ArtifactIdimage-linker |
Version | Version2.2.80 |
Type | Typejar |
Filename | Size |
---|---|
image-linker-2.2.80.pom | |
image-linker-2.2.80.jar | 10 KB |
image-linker-2.2.80-sources.jar | 5 KB |
image-linker-2.2.80-kubernetes.yml | 2 KB |
image-linker-2.2.80-kubernetes.json | 3 KB |
image-linker-2.2.80-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/image-linker/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>image-linker</artifactId>
<version>2.2.80</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/image-linker/
implementation 'io.fabric8.devops.apps:image-linker:2.2.80'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/image-linker/
implementation ("io.fabric8.devops.apps:image-linker:2.2.80")
'io.fabric8.devops.apps:image-linker:jar:2.2.80'
<dependency org="io.fabric8.devops.apps" name="image-linker" rev="2.2.80">
<artifact name="image-linker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='image-linker', version='2.2.80')
)
libraryDependencies += "io.fabric8.devops.apps" % "image-linker" % "2.2.80"
[io.fabric8.devops.apps/image-linker "2.2.80"]