DOC

dev.teapot : teapot

Maven & Gradle

May 28, 2021
2 usages
57 stars

teapot · Inkremental is a small library for creating reactive user interfaces. Originally inspired by React, it suits well as a view layer for MVVM or Redux design patterns. Started as a fork of Java library Anvil, it is fully rewriten in Kotlin, with many improvements pulled in and more to come!

Table Of Contents

Latest Version

Download dev.teapot : teapot Javadoc & API Documentation - Latest Versions:

All Versions

Download dev.teapot : teapot Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.10.x

How to open Javadoc JAR file in web browser

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

Advertisement