Search code examples
javajspspring-mvcjstl

Where can I download JSTL taglibs? i.e. jstl.jar and standard.jar


I am following the Spring-MVC tutorial and currently I am on part 2. The tutorial requires me to download jstl.jar and standard.jar, which were once part of the Jakarta Taglibs project. The project has since moved to Apache, but when I go to Apache's site. to download the taglibs, I get 403 Forbidden.

So my question is, where can I download jstl.jar and standard.jar, so that I can get on with this tutorial?


Solution

  • You can find them both in the Maven central repo:

    http://repo2.maven.org/maven2/javax/servlet/jstl/

    http://repo2.maven.org/maven2/taglibs/standard/