is not current version
Last Version 1.263

org.kohsuke.stapler:stapler-jelly 1.242

Jelly binding for Stapler

GroupId

GroupId

org.kohsuke.stapler
ArtifactId

ArtifactId

stapler-jelly
Version

Version

1.242
Type

Type

jar

Download stapler-jelly 1.242


<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/ -->
<dependency>
    <groupId>org.kohsuke.stapler</groupId>
    <artifactId>stapler-jelly</artifactId>
    <version>1.242</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/
implementation 'org.kohsuke.stapler:stapler-jelly:1.242'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/
implementation ("org.kohsuke.stapler:stapler-jelly:1.242")
'org.kohsuke.stapler:stapler-jelly:jar:1.242'
<dependency org="org.kohsuke.stapler" name="stapler-jelly" rev="1.242">
  <artifact name="stapler-jelly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jelly', version='1.242')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jelly" % "1.242"
[org.kohsuke.stapler/stapler-jelly "1.242"]