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