| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
|---|---|
| GroupId | GroupIdorg.jvnet.hudson | 
| ArtifactId | ArtifactIdhudson | 
| Last Version | Last Version1.9 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionHudson | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| hudson-1.9.pom | 5 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/hudson/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>hudson</artifactId>
    <version>1.9</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson/
implementation 'org.jvnet.hudson:hudson:1.9'// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson/
implementation ("org.jvnet.hudson:hudson:1.9")'org.jvnet.hudson:hudson:pom:1.9'<dependency org="org.jvnet.hudson" name="hudson" rev="1.9">
  <artifact name="hudson" type="pom" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson', module='hudson', version='1.9')
)libraryDependencies += "org.jvnet.hudson" % "hudson" % "1.9"[org.jvnet.hudson/hudson "1.9"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8 |