Skip to content

Instantly share code, notes, and snippets.

@EugenyB
Last active October 6, 2025 19:56
Show Gist options
  • Save EugenyB/4ef4d832a3713f777c2fc890328ffbf2 to your computer and use it in GitHub Desktop.
Save EugenyB/4ef4d832a3713f777c2fc890328ffbf2 to your computer and use it in GitHub Desktop.
jstl in pom.xml
<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