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