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