| License |
License |
|---|---|
| GroupId | GroupIdonline.sanen |
| ArtifactId | ArtifactIdcdm-template |
| Version | Version2.0.2-RELEASE |
| Type | Typejar |
| Description |
Descriptiononline.sanen:cdm-template
Common dataSource manager,The orm framework that relies on spring JDBCTemplate.
|
| Filename | Size |
|---|---|
| cdm-template-2.0.2-RELEASE.pom | |
| cdm-template-2.0.2-RELEASE.jar | 59 KB |
| cdm-template-2.0.2-RELEASE-sources.jar | 41 KB |
| cdm-template-2.0.2-RELEASE-javadoc.jar | 271 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.sanen/cdm-template/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>cdm-template</artifactId>
<version>2.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/cdm-template/
implementation 'online.sanen:cdm-template:2.0.2-RELEASE'
// https://jarcasting.com/artifacts/online.sanen/cdm-template/
implementation ("online.sanen:cdm-template:2.0.2-RELEASE")
'online.sanen:cdm-template:jar:2.0.2-RELEASE'
<dependency org="online.sanen" name="cdm-template" rev="2.0.2-RELEASE">
<artifact name="cdm-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='cdm-template', version='2.0.2-RELEASE')
)
libraryDependencies += "online.sanen" % "cdm-template" % "2.0.2-RELEASE"
[online.sanen/cdm-template "2.0.2-RELEASE"]