DOC

io.github.justson : agentweb-core

Maven & Gradle

Dec 09, 2023
9.1k stars

agentweb-core · AgentWeb is a powerful library based on Android WebView.

Table Of Contents

Latest Version

Download io.github.justson : agentweb-core Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.justson : agentweb-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
v5.1.x

How to open Javadoc JAR file in web browser

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

Advertisement