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