License |
License |
---|---|
GroupId | GroupIdorg.kohsuke.stapler |
ArtifactId | ArtifactIdstapler-parent |
Last Version | Last Version1.263 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStapler
Stapler HTTP request handling engine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stapler-parent-1.263.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-parent/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-parent</artifactId>
<version>1.263</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-parent/
implementation 'org.kohsuke.stapler:stapler-parent:1.263'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-parent/
implementation ("org.kohsuke.stapler:stapler-parent:1.263")
'org.kohsuke.stapler:stapler-parent:pom:1.263'
<dependency org="org.kohsuke.stapler" name="stapler-parent" rev="1.263">
<artifact name="stapler-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-parent', version='1.263')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-parent" % "1.263"
[org.kohsuke.stapler/stapler-parent "1.263"]