DOC

com.squins.google.fork.schema-org-client : schema-org-client

Maven & Gradle

May 18, 2021
1 stars

Schema.org Client Library for Java · The Schema.org Client Library for Java is a library for creating schema.org entities. The entities can be easily serialized and deserialized with JSON-LD format by using the JSON-LD serializer in the library.

Table Of Contents

Latest Version

Download com.squins.google.fork.schema-org-client : schema-org-client Javadoc & API Documentation - Latest Versions:

All Versions

Download com.squins.google.fork.schema-org-client : schema-org-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 schema-org-client-1.0.1-javadoc.jar to schema-org-client-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder schema-org-client-1.0.1-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 "schema-org-client-1.0.1-sources.jar" -d "schema-org-client-1.0.1-javadoc" -subpackages 

Advertisement