MVN

org.finos.cdm : cdm-excel

Maven & Gradle

Sep 15, 2023
97 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.

<dependency>
    <groupId>org.finos.cdm</groupId>
    <artifactId>cdm-excel</artifactId>
    <version>5.0.0-dev.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.finos.cdm : cdm-excel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-dev.28

All Versions

Choose a version of org.finos.cdm : cdm-excel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
cdm-excel-5.0.0-dev.28

How to add a dependency to Maven

Add the following org.finos.cdm : cdm-excel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.finos.cdm</groupId>
    <artifactId>cdm-excel</artifactId>
    <version>5.0.0-dev.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.finos.cdm : cdm-excel gradle dependency to your build.gradle file:

implementation 'org.finos.cdm:cdm-excel:5.0.0-dev.28'

Gradle Kotlin DSL: Add the following org.finos.cdm : cdm-excel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.finos.cdm:cdm-excel:5.0.0-dev.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.finos.cdm : cdm-excel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.finos.cdm" % "cdm-excel" % "5.0.0-dev.28"

Advertisement