DOC

io.github.hadiyarajesh.flower-core : flower-core-js

Maven & Gradle

Dec 04, 2022
288 stars

flower-core · Flower is a Kotlin multi-platform (and Android) library that makes networking and database caching easy. It enables developers to fetch network resources and use them as is OR combine them with local database at single place with fault-tolerant architecture.

Table Of Contents

Latest Version

Download io.github.hadiyarajesh.flower-core : flower-core-js Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.hadiyarajesh.flower-core : flower-core-js Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.1.x

How to open Javadoc JAR file in web browser

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