is not current version
Last Version 3.3.3

org.eclipse.hudson:hudson-parent 3.1.2-RC1

Hudson Continuous Integration Server

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson
ArtifactId

ArtifactId

hudson-parent
Version

Version

3.1.2-RC1
Type

Type

pom

Download hudson-parent 3.1.2-RC1


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