Where can I download JSTL jar [closed]

2020-01-27 02:18发布

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

7条回答
爱情/是我丢掉的垃圾
2楼-- · 2020-01-27 02:41

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>
查看更多
混吃等死
3楼-- · 2020-01-27 02:42

You can download JSTL 1.1 here and JSTL 1.2 here.

See also:

查看更多
够拽才男人
4楼-- · 2020-01-27 02:42

You can downlod JSTL jar from this link

http://findjar.com/jar/javax/servlet/jstl/1.2/jstl-1.2.jar.html
查看更多
对你真心纯属浪费
5楼-- · 2020-01-27 02:49

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

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

查看更多
混吃等死
6楼-- · 2020-01-27 02:50
戒情不戒烟
7楼-- · 2020-01-27 02:59

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/

查看更多
登录 后发表回答