is not current version
Last Version 1.263

org.kohsuke.stapler:stapler-jelly 1.110

Jelly binding for Stapler

GroupId

GroupId

org.kohsuke.stapler
ArtifactId

ArtifactId

stapler-jelly
Version

Version

1.110
Type

Type

jar

Download stapler-jelly 1.110


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