is not current version
Last Version 4.2.3

com.enterprisemath:em-dao 1.2.0

Simple and powerful data access layer based on MyBatis.

GroupId

GroupId

com.enterprisemath
ArtifactId

ArtifactId

em-dao
Version

Version

1.2.0
Type

Type

jar

Download em-dao 1.2.0


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