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