is not current version
Last Version 3.0.0-M2

org.eclipse.hudson.main:hudson 3.0.0-M0

The module that constitutes the main hudson.war

Categories

Categories

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

GroupId

org.eclipse.hudson.main
ArtifactId

ArtifactId

hudson
Version

Version

3.0.0-M0
Type

Type

pom

Download hudson 3.0.0-M0

Filename Size
hudson-3.0.0-M0.pom 25 KB
Browse

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