Skip to main content

Download Source Code

The CDM source code is open source and can be downloaded from _CDM GitHub. All released versions are tagged and can be downloaded from CDM GitHub Releases.

Versions

The CDM code is tagged using semantic versioning and is available on GitHub Releases. All CDM Binary distributions are created on every release and are all published to Maven Central.

CDM as Java

The CDM is distributed in Java and is available in Maven Central.

Setup

In order to use the CDM in a Maven project, the following dependency needs to be added to the project pom.xml:


dependency

<groupId>org.finos.cdm</groupId>   
<artifactId>cdm-java</artifactId>
<version>LATEST</version>

CDM as Java Examples

Examples of how you can use the CDM can be found in GitHub: CDM GitHub Examples.

CDM as Python

CDM as Python is published here. Then click on the Browse button for latest version available as .tar.gz file .

CDM as DAML

CDM as DAML is published here. Then click on the Browse button for latest version available as .tar.gz file containing compiled .dar files.

CDM as Scala

CDM as Scala is published here. Then click on the Browse button for latest version available as .jar file .

CDM as C# 8.0

CDM as C# 8.0 is published here. Then click on the Browse button for latest version available as a tar.gz file containing compiled .dll files.

CDM as C# 9.0

CDM as C# 9.0 is published here. Then click on the Browse button for latest version available as a tar.gz file containing compiled .dll files.

CDM as Go

CDM as Go is files published here. Then click on the Browse button for latest version available as a tar.gz file containing the .go

CDM as TypeScript

CDM as TypeScript is published here. Then click on the Browse button for latest version available as a zip file containing the .ts files.

CDM as Kotlin

CDM as Kotlin is published here. Then click on the Browse button for latest version available as a .jar file.

CDM as Excel

CDM as Excel is published here. Then click on the Browse button for latest version available as a .xlsx file containing CDM Types, Attributes and Enums.

CDM as JSON Schema

CDM as JSON Schema is published here. Then click on the Browse button for latest version available as a zip file containing the .json schema files.

CDM Event Specification Module as DAML

CDM Event Specification Module as DAML is available here.