| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface | 
|---|---|
| GroupId | GroupIdorg.eclipse.hudson | 
| ArtifactId | ArtifactIdhudson-parent | 
| Version | Version3.0.0-bundled | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| hudson-parent-3.0.0-bundled.pom | 45 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-parent</artifactId>
    <version>3.0.0-bundled</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/
implementation 'org.eclipse.hudson:hudson-parent:3.0.0-bundled'// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-parent/
implementation ("org.eclipse.hudson:hudson-parent:3.0.0-bundled")'org.eclipse.hudson:hudson-parent:pom:3.0.0-bundled'<dependency org="org.eclipse.hudson" name="hudson-parent" rev="3.0.0-bundled">
  <artifact name="hudson-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-parent', version='3.0.0-bundled')
)libraryDependencies += "org.eclipse.hudson" % "hudson-parent" % "3.0.0-bundled"[org.eclipse.hudson/hudson-parent "3.0.0-bundled"]