is not current version
Last Version 1.7

org.jvnet.hudson:extras 1.5


Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson
ArtifactId

ArtifactId

extras
Version

Version

1.5
Type

Type

pom

Download extras 1.5

Filename Size
extras-1.5.pom 456 bytes
Browse

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