DOC

org.eclipse.lyo : lyo-parent

Maven & Gradle

Jun 29, 2023
11 stars

Lyo :: _Parent · The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC specifications. OSLC (Open Services for Lifecycle Collaboration) is an open community dedicated to reducing barriers for lifecycle tool integration. The community authors specifications for exposing lifecycle artifacts through uniform (REST) interfaces and relying on Internet and Linked Data standards.

Table Of Contents

Latest Version

Download org.eclipse.lyo : lyo-parent Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement