| License | License | 
|---|---|
| Categories | CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery | 
| GroupId | GroupIdorg.hudsonci.plugins | 
| ArtifactId | ArtifactIdhudson-maven-legacy | 
| Last Version | Last Version3.0.2 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionLegacy Maven plugin parent Hudson Legacy Maven Integration | 
| Project Organization | Project OrganizationHudson | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hudson-maven-legacy-3.0.2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/ -->
<dependency>
    <groupId>org.hudsonci.plugins</groupId>
    <artifactId>hudson-maven-legacy</artifactId>
    <version>3.0.2</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/
implementation 'org.hudsonci.plugins:hudson-maven-legacy:3.0.2'// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven-legacy/
implementation ("org.hudsonci.plugins:hudson-maven-legacy:3.0.2")'org.hudsonci.plugins:hudson-maven-legacy:pom:3.0.2'<dependency org="org.hudsonci.plugins" name="hudson-maven-legacy" rev="3.0.2">
  <artifact name="hudson-maven-legacy" type="pom" />
</dependency>@Grapes(
@Grab(group='org.hudsonci.plugins', module='hudson-maven-legacy', version='3.0.2')
)libraryDependencies += "org.hudsonci.plugins" % "hudson-maven-legacy" % "3.0.2"[org.hudsonci.plugins/hudson-maven-legacy "3.0.2"]