is not current version
Last Version 1.3

io.jenkins.tools.incrementals:parent 1.1

Tools for working with JEP-305 “Incrementals”.

Categories

Categories

Jenkins Build Tools Continuous Integration and Continuous Delivery
GroupId

GroupId

io.jenkins.tools.incrementals
ArtifactId

ArtifactId

parent
Version

Version

1.1
Type

Type

pom

Download parent 1.1

Filename Size
parent-1.1.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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jenkins.tools.incrementals/parent/
implementation 'io.jenkins.tools.incrementals:parent:1.1'
// https://jarcasting.com/artifacts/io.jenkins.tools.incrementals/parent/
implementation ("io.jenkins.tools.incrementals:parent:1.1")
'io.jenkins.tools.incrementals:parent:pom:1.1'
<dependency org="io.jenkins.tools.incrementals" name="parent" rev="1.1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jenkins.tools.incrementals', module='parent', version='1.1')
)
libraryDependencies += "io.jenkins.tools.incrementals" % "parent" % "1.1"
[io.jenkins.tools.incrementals/parent "1.1"]