GroupId | GroupIdorg.kohsuke.stapler |
---|---|
ArtifactId | ArtifactIdstapler |
Version | Version1.255 |
Type | Typejar |
Filename | Size |
---|---|
stapler-1.255.pom | |
stapler-1.255.jar | 406 KB |
stapler-1.255-tests.jar | 156 KB |
stapler-1.255-sources.jar | 281 KB |
stapler-1.255-javadoc.jar | 922 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
<version>1.255</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/
implementation 'org.kohsuke.stapler:stapler:1.255'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler/
implementation ("org.kohsuke.stapler:stapler:1.255")
'org.kohsuke.stapler:stapler:jar:1.255'
<dependency org="org.kohsuke.stapler" name="stapler" rev="1.255">
<artifact name="stapler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler', version='1.255')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler" % "1.255"
[org.kohsuke.stapler/stapler "1.255"]