DOC

org.jresearch : org.jresearch.google-rfc-2445

Maven & Gradle

Nov 24, 2020

JRS: google RFC 2445 fork · RFC 2445 defines protocols for interoperability between calendar applications, and this library provides java implementations for a number of RFC 2445 primitives including those that describe how events repeat. Start by taking alook at the compat packages.

Table Of Contents

Latest Version

Download org.jresearch : org.jresearch.google-rfc-2445 Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file org.jresearch.google-rfc-2445-1.0.11-javadoc.jar to org.jresearch.google-rfc-2445-1.0.11-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder org.jresearch.google-rfc-2445-1.0.11-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 "org.jresearch.google-rfc-2445-1.0.11-sources.jar" -d "org.jresearch.google-rfc-2445-1.0.11-javadoc" -subpackages 

Advertisement