is not current version
Last Version 2.2.1

online.sanen:cdm-core 1.0-RELEASE

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

GroupId

GroupId

online.sanen
ArtifactId

ArtifactId

cdm-core
Version

Version

1.0-RELEASE
Type

Type

jar

Download cdm-core 1.0-RELEASE


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