DOC

com.botscrew : bot-framework-core-spring-boot-starter

Maven & Gradle

Mar 02, 2021
4 usages
9 stars

Bot Framework makes it easier to work with chat bot applications based on Spring Boot architecture.

Table Of Contents

Latest Version

Download com.botscrew : bot-framework-core-spring-boot-starter Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement