s

stapler-jelly

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