is not current version
Last Version 2.2.1

online.sanen:cdm-core 1.0.0

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

GroupId

GroupId

online.sanen
ArtifactId

ArtifactId

cdm-core
Version

Version

1.0.0
Type

Type

jar

Download cdm-core 1.0.0


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