DOC

com.nuecho : rivr-voicexml-dialogue-runner

Maven & Gradle

Feb 14, 2023
61 stars

rivr · Rivr is a lightweight open-source dialogue engine enabling flexible VoiceXML web application development for the agile Java developer and enterprise.

Table Of Contents

Latest Version

Download com.nuecho : rivr-voicexml-dialogue-runner Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement