EL 2.1 的 Maven 依赖项
我想添加 EL 2.1 的 Maven 依赖项,提供与 tomcat 6 一起使用的范围,但找不到它,有什么想法可以下载它吗?
i want to add the maven dependency for EL 2.1 with scope provided to be used with tomcat 6 but couldn't find it, any ideas where i can download it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个特殊的 tomcat 版本的 el-api:
不幸的是源代码不在中央,请使用:
There is a special tomcat version of el-api:
Unfornately the source isn't in central, use:
http://search.maven.org/#search%7Cga%7C1%7Cel
天啊..我对此投了反对票,尽管它就在那里。详细
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22javax.el%22%20AND%20a%3A%22el-api%22
或完全完成你的所有工作
请注意,这是在中央,它是 2.2。因为 2.1 在最终版本时发布为 2.2..
http://search.maven.org/#search%7Cga%7C1%7Cel
Jeez.. I got a downvote for that although it is right there. In detail
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22javax.el%22%20AND%20a%3A%22el-api%22
or completely done all your work
Note that this is in central and it is 2.2. because 2.1 was released as 2.2 when it went final..