is not current version
Last Version 2.2.1

online.sanen:cdm-core 2.0.2-RELEASE

Common dataSource manager,The orm framework that relies on spring JDBCTemplate.

GroupId

GroupId

online.sanen
ArtifactId

ArtifactId

cdm-core
Version

Version

2.0.2-RELEASE
Type

Type

jar

Download cdm-core 2.0.2-RELEASE


<!-- https://jarcasting.com/artifacts/online.sanen/cdm-core/ -->
<dependency>
    <groupId>online.sanen</groupId>
    <artifactId>cdm-core</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-core/
implementation 'online.sanen:cdm-core:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/online.sanen/cdm-core/
implementation ("online.sanen:cdm-core:2.0.2-RELEASE")
'online.sanen:cdm-core:jar:2.0.2-RELEASE'
<dependency org="online.sanen" name="cdm-core" rev="2.0.2-RELEASE">
  <artifact name="cdm-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-core', version='2.0.2-RELEASE')
)
libraryDependencies += "online.sanen" % "cdm-core" % "2.0.2-RELEASE"
[online.sanen/cdm-core "2.0.2-RELEASE"]