Where can I download JSTL jar [closed]

﹥>﹥吖頭↗ 提交于 2019-12-28 01:53:12

问题


Does anyone know because all the places I've tried seem to timeout!


回答1:


You can download JSTL 1.1 here and JSTL 1.2 here.

See also:

  • JSTL wiki page



回答2:


http://jstl.java.net/download.html

It's been split into two separate JAR files: jstl-api.jar and jstl-impl.jar.




回答3:


In the past, there was something like: https: //jstl.dev.java.net/download.html. But since a few days, there is something happening on dev.java.net.

Java.net will be modified, read this: http: //www.java.net/. So I think we have to wait. I also found: http: //java.net/projects/help/pages/RequestedProjects.

Maybe this is helpful.

Another option is to look into the maven repository: http://repo1.maven.org/maven2/javax/servlet/




回答4:


http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/

None of the mirrors work on the other page




回答5:


You can downlod JSTL jar from this link

http://findjar.com/jar/javax/servlet/jstl/1.2/jstl-1.2.jar.html



回答6:


If youre using Maven, here's something for your pom.xml file

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>



回答7:


Visit Here to get your required jar files of JSTL.

and to get any of your required jar files visit HERE



来源:https://stackoverflow.com/questions/292914/where-can-i-download-jstl-jar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!