is not current version
Last Version 1.2

jstl:jstl 1.0

The JavaServer Pages Standard Tag Library (JSTL) encapsulates, as simple tags, core functionality common to many JSP applications.

Categories

Categories

Jakarta Standard Tag Library Jakarta EE The Web Tier
GroupId

GroupId

jstl
ArtifactId

ArtifactId

jstl
Version

Version

1.0
Type

Type

jar

Download jstl 1.0

Filename Size
jstl-1.0.pom
jstl-1.0.jar 20 KB
Browse

<!-- https://jarcasting.com/artifacts/jstl/jstl/ -->
<dependency>
    <groupId>jstl</groupId>
    <artifactId>jstl</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jstl/jstl/
implementation 'jstl:jstl:1.0'
// https://jarcasting.com/artifacts/jstl/jstl/
implementation ("jstl:jstl:1.0")
'jstl:jstl:jar:1.0'
<dependency org="jstl" name="jstl" rev="1.0">
  <artifact name="jstl" type="jar" />
</dependency>
@Grapes(
@Grab(group='jstl', module='jstl', version='1.0')
)
libraryDependencies += "jstl" % "jstl" % "1.0"
[jstl "1.0"]