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