| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery CLI User Interface | 
| GroupId | GroupIdorg.eclipse.hudson.main | 
| ArtifactId | ArtifactIdhudson-maven3 | 
| Last Version | Last Version3.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHudson :: Maven 3 The module that constitutes the main hudson.war | 
| Project Organization | Project OrganizationHudson | 
| Filename | Size | 
|---|---|
| hudson-maven3-3.0.1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/ -->
<dependency>
    <groupId>org.eclipse.hudson.main</groupId>
    <artifactId>hudson-maven3</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/
implementation 'org.eclipse.hudson.main:hudson-maven3:3.0.1'// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/
implementation ("org.eclipse.hudson.main:hudson-maven3:3.0.1")'org.eclipse.hudson.main:hudson-maven3:pom:3.0.1'<dependency org="org.eclipse.hudson.main" name="hudson-maven3" rev="3.0.1">
  <artifact name="hudson-maven3" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-maven3', version='3.0.1')
)libraryDependencies += "org.eclipse.hudson.main" % "hudson-maven3" % "3.0.1"[org.eclipse.hudson.main/hudson-maven3 "3.0.1"]