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