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