I want to use JSTL, however, there are 4 different JAR files on this Maven Repository.
i.e.: javax.servlet.jsp.jstl-api
, jstl-api
, jstl
, and javax.servlet.jsp.jstl.wso2
So, my questions are:
- What are the differences between those JARs?
- Which one to include among those on our project?