Jar examples for j:jstl
The JavaServer Pages Standard Tag Library (JSTL) encapsulates, as simple tags, core functionality common to many JSP applications.
You can download jar file jstl 1.0.3 in this page.
Apache License
You can use the following script to add jstl-1.0.3.jar to your project.
<dependency> <groupId>jstl</groupId> <artifactId>jstl</artifactId> <version>1.0.3</version> </dependency>
compile group: 'jstl', name: 'jstl', version: '1.0.3'
libraryDependencies += "jstl" % "jstl" % "1.0.3"
<dependency org="jstl" name="jstl" rev="1.0.3"/>
@Grapes(@Grab(group='jstl', module='jstl', version='1.0.3'))
'jstl:jstl:jar:1.0.3'
Click the following link to download the jar file.
jstl-1.0.3.jar