MVN

org.finos.cdm : tests

Maven & Gradle

Aug 18, 2023
<dependency>
    <groupId>org.finos.cdm</groupId>
    <artifactId>tests</artifactId>
    <version>5.0.0-dev.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.0.0-dev.14

All Versions

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

Version Vulnerabilities Updated
5.0.x
tests-5.0.0-dev.14
tests-5.0.0-dev.13
tests-5.0.0-dev.12
tests-5.0.0-dev.11
tests-5.0.0-dev.10
tests-5.0.0-dev.9
tests-5.0.0-dev.8
tests-5.0.0-dev.7
tests-5.0.0-dev.6
tests-5.0.0-dev.5
tests-5.0.0-dev.4
tests-5.0.0-dev.3
tests-5.0.0-dev.2
tests-5.0.0-dev.1
tests-5.0.0-dev.0
4.2.x
tests-4.2.0
4.1.x
tests-4.1.1
4.0.x
tests-4.0.0
tests-4.0.0-dev.56
0.0.x
tests-0.0.1-dev.20
tests-0.0.1-dev.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.finos.cdm</groupId>
    <artifactId>tests</artifactId>
    <version>5.0.0-dev.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.finos.cdm:tests:5.0.0-dev.14'

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

implementation("org.finos.cdm:tests:5.0.0-dev.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.finos.cdm" % "tests" % "5.0.0-dev.14"