GroupId | GroupIdio.fabric8.jube.images.fabric8 |
---|---|
ArtifactId | ArtifactIdapps |
Version | Version2.1.9 |
Type | Typepom |
Filename | Size |
---|---|
apps-2.1.9.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/apps/ -->
<dependency>
<groupId>io.fabric8.jube.images.fabric8</groupId>
<artifactId>apps</artifactId>
<version>2.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/apps/
implementation 'io.fabric8.jube.images.fabric8:apps:2.1.9'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.fabric8/apps/
implementation ("io.fabric8.jube.images.fabric8:apps:2.1.9")
'io.fabric8.jube.images.fabric8:apps:pom:2.1.9'
<dependency org="io.fabric8.jube.images.fabric8" name="apps" rev="2.1.9">
<artifact name="apps" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.fabric8', module='apps', version='2.1.9')
)
libraryDependencies += "io.fabric8.jube.images.fabric8" % "apps" % "2.1.9"
[io.fabric8.jube.images.fabric8/apps "2.1.9"]