DOC

io.adabox : ogmios-java-client

Maven & Gradle

Aug 11, 2022
7 stars

io.adabox:ogmios-java-client · Ogmios Java Client is a java library that can be used to convert Java Objects into their Ogmios Requests JSON/RPC representation. It can also be used to convert Ogmios JSON/RPC Responses to their equivalent Java objects. The Java library allows synchronous communication with Ogmios Server by interacting with a Websocket client connection using a timeout parameter.

Table Of Contents

Latest Version

Download io.adabox : ogmios-java-client Javadoc & API Documentation - Latest Versions:

All Versions

Download io.adabox : ogmios-java-client Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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