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