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