is not current version
Last Version 1.1.6

cn.org.zeronote:commondao 1.1.4

This a simple orm or dao.

GroupId

GroupId

cn.org.zeronote
ArtifactId

ArtifactId

commondao
Version

Version

1.1.4
Type

Type

jar

Download commondao 1.1.4


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