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