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