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