is not current version
Last Version 1.2

jstl:jstl 1.1.1

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.1.1
Type

Type

jar

Download jstl 1.1.1


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