is not current version
Last Version 2.2.1

org.jvnet.hudson:hudson-parent 1.11

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

1.11
Type

Type

pom

Download hudson-parent 1.11

Filename Size
hudson-parent-1.11.pom 4 KB
Browse

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