| GroupId | GroupIdorg.kohsuke.stapler |
|---|---|
| ArtifactId | ArtifactIdstapler-jelly |
| Version | Version1.135 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stapler-jelly-1.135.pom | |
| stapler-jelly-1.135.jar | 65 KB |
| stapler-jelly-1.135-taglib-jelly.xsd | 14 KB |
| stapler-jelly-1.135-sources.jar | 42 KB |
| stapler-jelly-1.135-javadoc.jar | 217 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jelly</artifactId>
<version>1.135</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/
implementation 'org.kohsuke.stapler:stapler-jelly:1.135'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jelly/
implementation ("org.kohsuke.stapler:stapler-jelly:1.135")
'org.kohsuke.stapler:stapler-jelly:jar:1.135'
<dependency org="org.kohsuke.stapler" name="stapler-jelly" rev="1.135">
<artifact name="stapler-jelly" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jelly', version='1.135')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jelly" % "1.135"
[org.kohsuke.stapler/stapler-jelly "1.135"]