Last active
October 6, 2025 19:56
-
-
Save EugenyB/4ef4d832a3713f777c2fc890328ffbf2 to your computer and use it in GitHub Desktop.
jstl in pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependency> | |
| <groupId>org.glassfish.web</groupId> | |
| <artifactId>jakarta.servlet.jsp.jstl</artifactId> | |
| <version>3.0.1</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <!-- <%@ taglib prefix="c" uri="jakarta.tags.core" %> --> | |
| <!-- <%@ taglib prefix="fmt" uri="jakarta.tags.fmt" %> --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment