| Лицензия |
Лицензия |
|---|---|
| Группа | Группаonline.sanen |
| Идентификатор | Идентификаторcdm-template |
| Версия | Версия2.0.2-RELEASE |
| Тип | Типjar |
| Описание |
Описаниеonline.sanen:cdm-template
Common dataSource manager,The orm framework that relies on spring JDBCTemplate.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]