MVN

online.sanen : cdm-spring

Maven & Gradle

Jun 15, 2019
1 usages
2 stars

sanen cdm Spring · Cdm framework supports spring.

<dependency>
    <groupId>online.sanen</groupId>
    <artifactId>cdm-spring</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of online.sanen : cdm-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of online.sanen : cdm-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
cdm-spring-2.2.1
cdm-spring-2.2.0
2.1.x
cdm-spring-2.1.0
2.0.x
cdm-spring-2.0.6
cdm-spring-2.0.5
cdm-spring-2.0.4
cdm-spring-2.0.3
cdm-spring-2.0.2-RELEASE
cdm-spring-2.0.1-RELEASE
1.0
cdm-spring-1.0-RELEASE

How to add a dependency to Maven

Add the following online.sanen : cdm-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>online.sanen</groupId>
    <artifactId>cdm-spring</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following online.sanen : cdm-spring gradle dependency to your build.gradle file:

implementation 'online.sanen:cdm-spring:2.2.1'

Gradle Kotlin DSL: Add the following online.sanen : cdm-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("online.sanen:cdm-spring:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following online.sanen : cdm-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "online.sanen" % "cdm-spring" % "2.2.1"

Advertisement