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

17,101

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

Share:
17,101
Jules
Author by

Jules

Updated on June 04, 2022

Comments

  • Jules
    Jules about 2 years

    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.

  • Joakim Erdfelt
    Joakim Erdfelt over 2 years
    jetty-all was mis-named, it should have been called jetty-tutorial for it's role, ONLY for documentation. The jetty-all jar and concept has been completely removed Jetty 10+.