Download jstl-api-1.2.jar file - Jar j

Jar examples for j:jstl-api

Description

You can download jar file jstl-api 1.2 in this page.

License

Open Source License

Build File

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

<dependency>
   <groupId>javax.servlet.jsp.jstl</groupId>
   <artifactId>jstl-api</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'javax.servlet.jsp.jstl', name: 'jstl-api', version: '1.2'
libraryDependencies += "javax.servlet.jsp.jstl" % "jstl-api" % "1.2"
<dependency org="javax.servlet.jsp.jstl" name="jstl-api" rev="1.2"/>
@Grapes(@Grab(group='javax.servlet.jsp.jstl', module='jstl-api', version='1.2'))
'javax.servlet.jsp.jstl:jstl-api:jar:1.2'

Download

Click the following link to download the jar file.

jstl-api-1.2-javadoc.jar
jstl-api-1.2-sources.jar
jstl-api-1.2.jar
jstl-api-1.2.pom



Related Tutorials