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