s

stapler-jelly

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