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