Embedding Jetty 9 - where is jetty-all.jar?

只愿长相守 提交于 2019-12-22 03:18:46

问题


I'm trying to embed Jetty 9 in my project, and the tutorial at http://www.eclipse.org/jetty/documentation/current/advanced-embedding.html#jetty-helloworld suggests I need a file called "jetty-all.jar", but I can't seem to find this in the download distribution. Where do I get it from? I'm not using maven.


回答1:


I found it in maven repo with a different version:

http://repo1.maven.org/maven2/org/eclipse/jetty/aggregate/jetty-all/9.0.4.v20130625/jetty-all-9.0.4.v20130625.jar

The Search Engine for The Central Repository may helps you find jar files even you don't use maven



来源:https://stackoverflow.com/questions/18010150/embedding-jetty-9-where-is-jetty-all-jar

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