DOC

com.agrirouter.api.lmis : agrirouter-api-java-api

Maven & Gradle

Oct 17, 2019
3 usages

AGRIROUTER API JAVA - API · This project contains the API for the communication with the agrirouter. Everything you need for the onboarding process, secure communication and much more.

Table Of Contents

Latest Version

Download com.agrirouter.api.lmis : agrirouter-api-java-api Javadoc & API Documentation - Latest Versions:

All Versions

Download com.agrirouter.api.lmis : agrirouter-api-java-api Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file agrirouter-api-java-api-1.0.0-jdk11-RC1-javadoc.jar to agrirouter-api-java-api-1.0.0-jdk11-RC1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder agrirouter-api-java-api-1.0.0-jdk11-RC1-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 "agrirouter-api-java-api-1.0.0-jdk11-RC1-sources.jar" -d "agrirouter-api-java-api-1.0.0-jdk11-RC1-javadoc" -subpackages 

Advertisement