| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nicosensei |
| Идентификатор | Идентификаторcommons-dao |
| Последняя версия | Последняя версия1.5.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommons: DAO utilities
A simple abstract DAO backed by a Spring JDBC NamedParameterJdbcTemplate. It handles transactions and error logging transparently.
|
| Имя Файла | Размер |
|---|---|
| commons-dao-1.5.3.pom | |
| commons-dao-1.5.3.jar | 16 KB |
| commons-dao-1.5.3-sources.jar | 8 KB |
| commons-dao-1.5.3-javadoc.jar | 86 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/commons-dao/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>commons-dao</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-dao/
implementation 'com.github.nicosensei:commons-dao:1.5.3'
// https://jarcasting.com/artifacts/com.github.nicosensei/commons-dao/
implementation ("com.github.nicosensei:commons-dao:1.5.3")
'com.github.nicosensei:commons-dao:jar:1.5.3'
<dependency org="com.github.nicosensei" name="commons-dao" rev="1.5.3">
<artifact name="commons-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='commons-dao', version='1.5.3')
)
libraryDependencies += "com.github.nicosensei" % "commons-dao" % "1.5.3"
[com.github.nicosensei/commons-dao "1.5.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-jdbc | jar | 4.0.0.RELEASE |
| com.mchange : c3p0 | jar | 0.9.2.1 |
| log4j : log4j | jar | 1.2.17 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.0 |