is not current version
Last Version 1.5.1-RELEASE

cn.easyproject:easycommondao 1.2.0-RELEASE

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

GroupId

GroupId

cn.easyproject
ArtifactId

ArtifactId

easycommondao
Version

Version

1.2.0-RELEASE
Type

Type

pom

Download easycommondao 1.2.0-RELEASE


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