DOC

dev.teogor.ceres : core-start-up

Maven & Gradle

Apr 15, 2024
65 stars

Ceres Core Start Up · Ceres is a comprehensive Android development framework designed to streamline your app development process. Powered by the latest technologies like Jetpack Compose, Hilt, Coroutines, and Flow, Ceres empowers developers to build modern and efficient Android applications.

Table Of Contents

Latest Version

Download dev.teogor.ceres : core-start-up Javadoc & API Documentation - Latest Versions:

All Versions

Download dev.teogor.ceres : core-start-up 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 core-start-up-1.0.0-alpha05-javadoc.jar to core-start-up-1.0.0-alpha05-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder core-start-up-1.0.0-alpha05-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 "core-start-up-1.0.0-alpha05-sources.jar" -d "core-start-up-1.0.0-alpha05-javadoc" -subpackages 

Advertisement