DOC

org.jetrs : jetrs

Maven & Gradle

May 23, 2020
3 stars

JetRS · JetRS is a fast and lightweight implementation of the JAX-RS v2.0 Specification that runs in a Servlet Container. This project was inspired with the goal to create a better, simpler, easier to use, reliable, and debuggable JAX-RS implementation using the CohesionFirst approach.

Table Of Contents

Latest Version

Download org.jetrs : jetrs Javadoc & API Documentation - Latest Versions:

All Versions

Download org.jetrs : jetrs Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file jetrs-2.1.0-alpha-3-javadoc.jar to jetrs-2.1.0-alpha-3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jetrs-2.1.0-alpha-3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jetrs-2.1.0-alpha-3-sources.jar" -d "jetrs-2.1.0-alpha-3-javadoc" -subpackages 

Advertisement