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.
Asked
Active
Viewed 85 times
0
-
1Possible 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 Answers
1
Jersey 2.23 User Guide is available on the github site: https://jersey.github.io/documentation/latest/index.html

lcastillo
- 36
- 2