Téléchargez le fichier standard.jar (taglib) depuis Maven

Télécharger standard.jar (taglib) depuis Maven

La bibliothèquestandard.jar (taglib) est utilisée pour activer le langage d'expression JSTL dans la page JSP, et elle est toujours utilisée avec lesjstl.jar ensemble.

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