DOC

no.nav : arxaas

Maven & Gradle

Feb 24, 2020
18 stars

ARXaaS · ARXaaS is a Anonymization as a Service project implemented as a RESTful web application using Spring Boot.

Table Of Contents

Latest Version

Download no.nav : arxaas Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file arxaas-2020.02.24-16.04-366f0cde73f4-javadoc.jar to arxaas-2020.02.24-16.04-366f0cde73f4-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder arxaas-2020.02.24-16.04-366f0cde73f4-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 "arxaas-2020.02.24-16.04-366f0cde73f4-sources.jar" -d "arxaas-2020.02.24-16.04-366f0cde73f4-javadoc" -subpackages 

Advertisement