DOC

com.alcosi.nft : nft-subscription

Maven & Gradle

Jun 12, 2024

nft-subscription · The application is a ready API Gateway with implemented features, including: - Logging - Authorization - OpenAPI and Swagger distribution - Authentication and authorization with Ethereum wallets, including refresh tokens.

Table Of Contents

Latest Version

Download com.alcosi.nft : nft-subscription Javadoc & API Documentation - Latest Versions:

All Versions

Download com.alcosi.nft : nft-subscription Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
15.0

How to open Javadoc JAR file in web browser

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

Advertisement