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