is not current version
Last Version 3.0.1-1

org.eclipse.hudson.main:hudson-maven-legacy 3.0.1

Hudson Legacy Maven Integration

Categories

Categories

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

GroupId

org.eclipse.hudson.main
ArtifactId

ArtifactId

hudson-maven-legacy
Version

Version

3.0.1
Type

Type

pom

Download hudson-maven-legacy 3.0.1


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