is not current version
Last Version 2.2.1

org.jvnet.hudson:hudson-parent 2.2.0

Hudson Continuous Integration Server

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

hudson-parent
Version

Version

2.2.0
Type

Type

pom

Download hudson-parent 2.2.0

Filename Size
hudson-parent-2.2.0.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>hudson-parent</artifactId>
    <version>2.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation 'org.jvnet.hudson:hudson-parent:2.2.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation ("org.jvnet.hudson:hudson-parent:2.2.0")
'org.jvnet.hudson:hudson-parent:pom:2.2.0'
<dependency org="org.jvnet.hudson" name="hudson-parent" rev="2.2.0">
  <artifact name="hudson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='hudson-parent', version='2.2.0')
)
libraryDependencies += "org.jvnet.hudson" % "hudson-parent" % "2.2.0"
[org.jvnet.hudson/hudson-parent "2.2.0"]