| License | License | 
|---|---|
| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface | 
| GroupId | GroupIdorg.eclipse.hudson.main | 
| ArtifactId | ArtifactIdhudson | 
| Last Version | Last Version3.0.0-M2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHudson The module that constitutes the main hudson.war | 
| Project Organization | Project OrganizationHudson | 
| Filename | Size | 
|---|---|
| hudson-3.0.0-M2.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-M2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson/
implementation 'org.eclipse.hudson.main:hudson:3.0.0-M2'// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson/
implementation ("org.eclipse.hudson.main:hudson:3.0.0-M2")'org.eclipse.hudson.main:hudson:pom:3.0.0-M2'<dependency org="org.eclipse.hudson.main" name="hudson" rev="3.0.0-M2">
  <artifact name="hudson" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson', version='3.0.0-M2')
)libraryDependencies += "org.eclipse.hudson.main" % "hudson" % "3.0.0-M2"[org.eclipse.hudson.main/hudson "3.0.0-M2"]