is not current version
Last Version 1.263

org.kohsuke.stapler:stapler-jelly 1.151

Jelly binding for Stapler

GroupId

GroupId

org.kohsuke.stapler
ArtifactId

ArtifactId

stapler-jelly
Version

Version

1.151
Type

Type

jar

Download stapler-jelly 1.151


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