h

hudson-rest-model

Files download
File Operation
hudson-rest-model-2.1.2.jar download
hudson-rest-model-2.1.2.pom download
hudson-rest-model-2.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.main</groupId>
  <artifactId>hudson-rest-model</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.main:hudson-rest-model:2.1.2'
Gradle Kotlin
implementation("org.jvnet.hudson.main:hudson-rest-model:2.1.2")
Scala SBT
libraryDependencies += "org.jvnet.hudson.main" % "hudson-rest-model" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.main', module='hudson-rest-model', version='2.1.2')
)
Apache Ivy
<dependency org="org.jvnet.hudson.main" name="hudson-rest-model" rev="2.1.2" />
Leiningen
[org.jvnet.hudson.main/hudson-rest-model "2.1.2"]
Apache Buildr
'org.jvnet.hudson.main:hudson-rest-model:jar:2.1.2'