DOC

org.finos.cdm : cdm-excel

Maven & Gradle

Sep 15, 2023
138 stars

cdm-excel · The FINOS Common Domain Model (CDM) is a standardised, machine-readable and machine-executable blueprint for how financial products are traded and managed across the transaction lifecycle. It is represented as a domain model and distributed in open source.

Table Of Contents

Latest Version

Download org.finos.cdm : cdm-excel Javadoc & API Documentation - Latest Versions:

All Versions

Download org.finos.cdm : cdm-excel Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
5.0.x

How to open Javadoc JAR file in web browser

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

Advertisement