DOC

com.swrve.sdk.android : swrve-beta

Maven & Gradle

Dec 06, 2021
10 stars

SwrveSDK - Core · SwrveSDK Core is the SwrveSDK Core flavor

Table Of Contents

Latest Version

Download com.swrve.sdk.android : swrve-beta Javadoc & API Documentation - Latest Versions:

All Versions

Download com.swrve.sdk.android : swrve-beta Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9.1.x
9.0.x
8.0.x
7.5.x

How to open Javadoc JAR file in web browser

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

Advertisement