s

stapler-jelly

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