| Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdorg.kohsuke.stapler |
| ArtifactId | ArtifactIdstapler-jsp |
| Version | Version1.251 |
| Type | Typejar |
| Filename | Size |
|---|---|
| stapler-jsp-1.251.pom | |
| stapler-jsp-1.251.jar | 9 KB |
| stapler-jsp-1.251-sources.jar | 6 KB |
| stapler-jsp-1.251-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jsp/ -->
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler-jsp</artifactId>
<version>1.251</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jsp/
implementation 'org.kohsuke.stapler:stapler-jsp:1.251'
// https://jarcasting.com/artifacts/org.kohsuke.stapler/stapler-jsp/
implementation ("org.kohsuke.stapler:stapler-jsp:1.251")
'org.kohsuke.stapler:stapler-jsp:jar:1.251'
<dependency org="org.kohsuke.stapler" name="stapler-jsp" rev="1.251">
<artifact name="stapler-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.stapler', module='stapler-jsp', version='1.251')
)
libraryDependencies += "org.kohsuke.stapler" % "stapler-jsp" % "1.251"
[org.kohsuke.stapler/stapler-jsp "1.251"]