не последняя версия
Последняя версия 2.2.1

online.sanen:cdm-api 2.0.5

Cdm full name Comon DataSouce Manager Java database framework, support common database "mysql", "sqlserver", "oracle", "sqlite". With the use of simple, low learning cost, zero configuration, functional coding style, code simplicity and other characteristics. The goal is to provide a secure and reliable database one-stop solution to reduce duplication of effort in the persistence layer of Java programmers.

Группа

Группа

online.sanen
Идентификатор

Идентификатор

cdm-api
Версия

Версия

2.0.5
Тип

Тип

jar

Скачать cdm-api 2.0.5


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