is not current version
Last Version 2.2.1

org.jvnet.hudson:hudson-parent 1.13

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.13
Type

Type

pom

Download hudson-parent 1.13

Filename Size
hudson-parent-1.13.pom 10 KB
Browse

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