License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jakarta Standard Tag Library Jakarta EE The Web Tier |
GroupId | GroupIdorg.glassfish.web |
ArtifactId | ArtifactIdjstl-impl |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJavaServer Pages (TM) TagLib Implementation
Java.net - The Source for Java Technology Collaboration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jstl-impl-1.2.pom | |
jstl-impl-1.2.jar | 382 KB |
jstl-impl-1.2-sources.jar | 596 KB |
jstl-impl-1.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/jstl-impl/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jstl-impl</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/jstl-impl/
implementation 'org.glassfish.web:jstl-impl:1.2'
// https://jarcasting.com/artifacts/org.glassfish.web/jstl-impl/
implementation ("org.glassfish.web:jstl-impl:1.2")
'org.glassfish.web:jstl-impl:jar:1.2'
<dependency org="org.glassfish.web" name="jstl-impl" rev="1.2">
<artifact name="jstl-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='jstl-impl', version='1.2')
)
libraryDependencies += "org.glassfish.web" % "jstl-impl" % "1.2"
[org.glassfish.web/jstl-impl "1.2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
javax.servlet.jsp.jstl : jstl-api | jar | 1.2 |