License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcom.github.vsspt |
ArtifactId | ArtifactIddb-generic-dao-spring-hibernate |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatabase Generic DAO Spring Hibernate Implementation
A Generic DAO to perform CRUD and Search operations - Spring Hibernate Implementation
|
<!-- https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/ -->
<dependency>
<groupId>com.github.vsspt</groupId>
<artifactId>db-generic-dao-spring-hibernate</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/
implementation 'com.github.vsspt:db-generic-dao-spring-hibernate:1.0.0'
// https://jarcasting.com/artifacts/com.github.vsspt/db-generic-dao-spring-hibernate/
implementation ("com.github.vsspt:db-generic-dao-spring-hibernate:1.0.0")
'com.github.vsspt:db-generic-dao-spring-hibernate:jar:1.0.0'
<dependency org="com.github.vsspt" name="db-generic-dao-spring-hibernate" rev="1.0.0">
<artifact name="db-generic-dao-spring-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vsspt', module='db-generic-dao-spring-hibernate', version='1.0.0')
)
libraryDependencies += "com.github.vsspt" % "db-generic-dao-spring-hibernate" % "1.0.0"
[com.github.vsspt/db-generic-dao-spring-hibernate "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.vsspt : db-generic-dao-api | jar | 1.0.0 |
org.springframework : spring-core | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework : spring-beans | jar | |
org.springframework : spring-context | jar | |
org.springframework : spring-orm | jar | |
org.hibernate : hibernate-validator | jar | |
org.hibernate : hibernate-core | jar | |
org.hibernate : hibernate-entitymanager | jar | |
org.slf4j : slf4j-api | jar | |
ch.qos.logback : logback-classic | jar | |
junit : junit | jar |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.13 |
org.slf4j : jcl-over-slf4j | jar | |
org.apache.commons : commons-lang3 | jar | |
org.springframework : spring-test | jar | |
org.springframework : spring-aspects | jar | |
com.h2database : h2 | jar | 1.4.184 |