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 |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGlassFish JSTL related modules
Java.net - The Source for Java Technology Collaboration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jstl-1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.web/jstl/ -->
<dependency>
<groupId>org.glassfish.web</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.web/jstl/
implementation 'org.glassfish.web:jstl:1.2'
// https://jarcasting.com/artifacts/org.glassfish.web/jstl/
implementation ("org.glassfish.web:jstl:1.2")
'org.glassfish.web:jstl:pom:1.2'
<dependency org="org.glassfish.web" name="jstl" rev="1.2">
<artifact name="jstl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.web', module='jstl', version='1.2')
)
libraryDependencies += "org.glassfish.web" % "jstl" % "1.2"
[org.glassfish.web/jstl "1.2"]