License |
License |
---|---|
Categories |
CategoriesHibernate Data ORM |
GroupId | GroupIdcn.easyproject |
ArtifactId | ArtifactIdeasycommondao-jpa-hibernate5 |
Version | Version1.5.1-RELEASE |
Type | Typejar |
Description |
DescriptionEasyCommonDAO-JPA-Hibernate5
Java ORM Common DAO(Data Access Object), eliminate the interface and implements of DAO.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate5/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommondao-jpa-hibernate5</artifactId>
<version>1.5.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate5/
implementation 'cn.easyproject:easycommondao-jpa-hibernate5:1.5.1-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-jpa-hibernate5/
implementation ("cn.easyproject:easycommondao-jpa-hibernate5:1.5.1-RELEASE")
'cn.easyproject:easycommondao-jpa-hibernate5:jar:1.5.1-RELEASE'
<dependency org="cn.easyproject" name="easycommondao-jpa-hibernate5" rev="1.5.1-RELEASE">
<artifact name="easycommondao-jpa-hibernate5" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao-jpa-hibernate5', version='1.5.1-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao-jpa-hibernate5" % "1.5.1-RELEASE"
[cn.easyproject/easycommondao-jpa-hibernate5 "1.5.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-entitymanager | jar | 5.1.10.Final |
org.springframework : spring-context | jar | 4.3.13.RELEASE |
org.springframework : spring-orm | jar | 4.3.13.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |