DOC

xyz.ottr.lutra : lutra-wottr

Maven & Gradle

Jun 13, 2023

xyz.ottr.lutra:lutra-wottr · This Lutra submodule implements readers and writers for the wOTTR serialisation format (https://spec.ottr.xyz/wOTTR/0.4/). wOTTR is a syntax for writing templates and instances in RDF intended for publishing templates and instances on the web or for storage in a triplestore. Lutra is the reference implementation of the OTTR framework. For more information about OTTR, see http://ottr.xyz.

Table Of Contents

Latest Version

Download xyz.ottr.lutra : lutra-wottr Javadoc & API Documentation - Latest Versions:

All Versions

Download xyz.ottr.lutra : lutra-wottr Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6.x

How to open Javadoc JAR file in web browser

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

Advertisement