Where can I download JSTL jar [closed]

Solution 1:

You can download JSTL 1.1 here and JSTL 1.2 here.

See also:

  • JSTL wiki page

Solution 2:

http://jstl.java.net/download.html

It's been split into two separate JAR files: jstl-api.jar and jstl-impl.jar.

Solution 3:

In the past, there was something like: https: //jstl.dev.java.net/download.html. But since a few days, there is something happening on dev.java.net.

Java.net will be modified, read this: http: //www.java.net/. So I think we have to wait. I also found: http: //java.net/projects/help/pages/RequestedProjects.

Maybe this is helpful.

Another option is to look into the maven repository: http://repo1.maven.org/maven2/javax/servlet/

Solution 4:

http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/

None of the mirrors work on the other page