0

Since java.net has been shut down where can I find an online documentation for Jersey 2.0? Github repo contains docbook only. Docs.oracle.com is a nightmare and does not contains the info I need.

enter image description here

AndrasCsanyi
  • 3,943
  • 8
  • 45
  • 77
  • 1
    Possible duplicate of [java.net site closed, not able to access jersey documentation](http://stackoverflow.com/questions/43976613/java-net-site-closed-not-able-to-access-jersey-documentation) – Paul Samsotha May 15 '17 at 11:40

1 Answers1

1

Jersey 2.23 User Guide is available on the github site: https://jersey.github.io/documentation/latest/index.html

lcastillo
  • 36
  • 2