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