问题
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