is not current version
Last Version 1.5.1-RELEASE

cn.easyproject:easycommondao-hibernate3 1.5.0-RELEASE

Java ORM Common DAO(Data Access Object), eliminate the interface and implements of DAO.

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easycommondao-hibernate3
Version

Version

1.5.0-RELEASE
Type

Type

jar

Download easycommondao-hibernate3 1.5.0-RELEASE


<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate3/ -->
<dependency>
    <groupId>cn.easyproject</groupId>
    <artifactId>easycommondao-hibernate3</artifactId>
    <version>1.5.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate3/
implementation 'cn.easyproject:easycommondao-hibernate3:1.5.0-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommondao-hibernate3/
implementation ("cn.easyproject:easycommondao-hibernate3:1.5.0-RELEASE")
'cn.easyproject:easycommondao-hibernate3:jar:1.5.0-RELEASE'
<dependency org="cn.easyproject" name="easycommondao-hibernate3" rev="1.5.0-RELEASE">
  <artifact name="easycommondao-hibernate3" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommondao-hibernate3', version='1.5.0-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommondao-hibernate3" % "1.5.0-RELEASE"
[cn.easyproject/easycommondao-hibernate3 "1.5.0-RELEASE"]