is not current version
Last Version 1.7

org.jvnet.hudson.tools:tools 1.0


Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson.tools
ArtifactId

ArtifactId

tools
Version

Version

1.0
Type

Type

pom

Download tools 1.0

Filename Size
tools-1.0.pom 443 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.tools/tools/ -->
<dependency>
    <groupId>org.jvnet.hudson.tools</groupId>
    <artifactId>tools</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.tools/tools/
implementation 'org.jvnet.hudson.tools:tools:1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson.tools/tools/
implementation ("org.jvnet.hudson.tools:tools:1.0")
'org.jvnet.hudson.tools:tools:pom:1.0'
<dependency org="org.jvnet.hudson.tools" name="tools" rev="1.0">
  <artifact name="tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.tools', module='tools', version='1.0')
)
libraryDependencies += "org.jvnet.hudson.tools" % "tools" % "1.0"
[org.jvnet.hudson.tools/tools "1.0"]