is not current version
Last Version 3.0.1

org.eclipse.hudson.main:hudson-rest 3.0.0-1


Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson.main
ArtifactId

ArtifactId

hudson-rest
Version

Version

3.0.0-1
Type

Type

pom

Download hudson-rest 3.0.0-1

Filename Size
hudson-rest-3.0.0-1.pom 8 KB
Browse

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