Standard.jar (Taglib) von Maven herunterladen

Laden Sie standard.jar (taglib) von Maven herunter

Die Bibliothekstandard.jar (taglib) wird verwendet, um die JSTL-Ausdruckssprache auf der JSP-Seite zu aktivieren. Sie wird immer zusammen mit denjstl.jar zusammen verwendet.

<%@ 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 ?