| License |
License |
|---|---|
| Categories |
CategoriesHibernate Data ORM |
| GroupId | GroupIdbr.com.thiaguten.persistence |
| ArtifactId | ArtifactIdsimple-dao-hibernate |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple DAO Hibernate
SimpleDAO Hibernate Implementation.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThiago Gutenberg Carvalho da Costa |
<!-- https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/ -->
<dependency>
<groupId>br.com.thiaguten.persistence</groupId>
<artifactId>simple-dao-hibernate</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/
implementation 'br.com.thiaguten.persistence:simple-dao-hibernate:3.0.0'
// https://jarcasting.com/artifacts/br.com.thiaguten.persistence/simple-dao-hibernate/
implementation ("br.com.thiaguten.persistence:simple-dao-hibernate:3.0.0")
'br.com.thiaguten.persistence:simple-dao-hibernate:jar:3.0.0'
<dependency org="br.com.thiaguten.persistence" name="simple-dao-hibernate" rev="3.0.0">
<artifact name="simple-dao-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.thiaguten.persistence', module='simple-dao-hibernate', version='3.0.0')
)
libraryDependencies += "br.com.thiaguten.persistence" % "simple-dao-hibernate" % "3.0.0"
[br.com.thiaguten.persistence/simple-dao-hibernate "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| br.com.thiaguten.persistence : simple-dao | jar | 3.0.0 |
| org.hibernate : hibernate-entitymanager | jar | 5.1.17.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.26 |
| org.hsqldb : hsqldb | jar | 2.4.1 |
| org.testng : testng | jar | 6.14.3 |
| org.springframework : spring-context | jar | |
| org.springframework : spring-orm | jar | |
| org.springframework : spring-context-support | jar | |
| org.springframework : spring-test | jar | |
| com.zaxxer : HikariCP | jar | 3.3.1 |