DOC

es.upm.fi.oeg : wot-jtd

Maven & Gradle

Sep 13, 2021
13 stars

Java Thing Description API · This API aims at assisting developers for handling WoT Thing Descriptions, providing special support for RDF

Table Of Contents

Latest Version

Download es.upm.fi.oeg : wot-jtd Javadoc & API Documentation - Latest Versions:

All Versions

Download es.upm.fi.oeg : wot-jtd Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

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

Advertisement