Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdio.fabric8.jenkins |
ArtifactId | ArtifactIdparent |
Version | Version1.0.45 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.0.45.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.jenkins/parent/ -->
<dependency>
<groupId>io.fabric8.jenkins</groupId>
<artifactId>parent</artifactId>
<version>1.0.45</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jenkins/parent/
implementation 'io.fabric8.jenkins:parent:1.0.45'
// https://jarcasting.com/artifacts/io.fabric8.jenkins/parent/
implementation ("io.fabric8.jenkins:parent:1.0.45")
'io.fabric8.jenkins:parent:pom:1.0.45'
<dependency org="io.fabric8.jenkins" name="parent" rev="1.0.45">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jenkins', module='parent', version='1.0.45')
)
libraryDependencies += "io.fabric8.jenkins" % "parent" % "1.0.45"
[io.fabric8.jenkins/parent "1.0.45"]