s

stapler-jelly

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