is not current version
Last Version 1.3

io.jenkins.tools.incrementals:parent 1.0-alpha-2

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.0-alpha-2
Type

Type

pom

Download parent 1.0-alpha-2

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