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