Download jstl-1.1.1.jar file - Jar j

Jar examples for j:jstl

Description

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.1.1 in this page.

License

Apache License

Build File

You can use the following script to add jstl-1.1.1.jar to your project.

<dependency>
   <groupId>jstl</groupId>
   <artifactId>jstl</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'jstl', name: 'jstl', version: '1.1.1'
libraryDependencies += "jstl" % "jstl" % "1.1.1"
<dependency org="jstl" name="jstl" rev="1.1.1"/>
@Grapes(@Grab(group='jstl', module='jstl', version='1.1.1'))
'jstl:jstl:jar:1.1.1'

Download

Click the following link to download the jar file.

jstl-1.1.1.jar
jstl-1.1.1.pom



Related Tutorials