Mavenからstandard.jar(taglib)をダウンロードする

Mavenからstandard.jar(taglib)をダウンロードします

standard.jar(taglib)ライブラリは、JSPページでJSTL式言語を有効にするために使用され、常にjstl.jarと一緒に使用されます。

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

To download both *standard.jar* and *jstl.jar* from Maven, just put the following Maven coordinate in the *pom.xml* file.

    taglibs
    standard
    1.1.2

    javax.servlet
    jstl
    1.1.2
Both libraries are available in the http://repo1.maven.org/maven2/[Maven central repository], but some claimed that they can not find it ?