MVN

com.github.vjuge : cdmdsl

Maven & Gradle

Jan 04, 2023
0 stars

cdmdsl · a kotlin dsl for isda cdm

<dependency>
    <groupId>com.github.vjuge</groupId>
    <artifactId>cdmdsl</artifactId>
    <version>4.0.0-dev.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vjuge : cdmdsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-dev.14.0

All Versions

Choose a version of com.github.vjuge : cdmdsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cdmdsl-4.0.0-dev.14.0
2.85.x
cdmdsl-2.85.0.2
cdmdsl-2.85.0.1
cdmdsl-2.85.0
2.161.x
cdmdsl-2.161.0.0
2.143.x
cdmdsl-2.143.2.1
2.136.x
cdmdsl-2.136.1.2
cdmdsl-2.136.1.1
2.133.x
cdmdsl-2.133.2.1
2.118.x
cdmdsl-2.118.4.3
cdmdsl-2.118.4.2
cdmdsl-2.118.4.1
cdmdsl-2.118.4.0
2.116.x
cdmdsl-2.116.0.1
cdmdsl-2.116.0.0
2.111.x
cdmdsl-2.111.0.

How to add a dependency to Maven

Add the following com.github.vjuge : cdmdsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vjuge</groupId>
    <artifactId>cdmdsl</artifactId>
    <version>4.0.0-dev.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vjuge : cdmdsl gradle dependency to your build.gradle file:

implementation 'com.github.vjuge:cdmdsl:4.0.0-dev.14.0'

Gradle Kotlin DSL: Add the following com.github.vjuge : cdmdsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vjuge:cdmdsl:4.0.0-dev.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vjuge : cdmdsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vjuge" % "cdmdsl" % "4.0.0-dev.14.0"