Download em-dao-2.1.0.jar file - Jar e

Jar examples for e:em-dao

Description

Simple and powerful data access layer for both relation databases and big data databases.

You can download jar file em-dao 2.1.0 in this page.

License

MIT License

Build File

You can use the following script to add em-dao-2.1.0.jar to your project.

<dependency>
   <groupId>com.enterprisemath</groupId>
   <artifactId>em-dao</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'com.enterprisemath', name: 'em-dao', version: '2.1.0'
libraryDependencies += "com.enterprisemath" % "em-dao" % "2.1.0"
<dependency org="com.enterprisemath" name="em-dao" rev="2.1.0"/>
@Grapes(@Grab(group='com.enterprisemath', module='em-dao', version='2.1.0'))
'com.enterprisemath:em-dao:jar:2.1.0'

Download

Click the following link to download the jar file.

em-dao-2.1.0-javadoc.jar
em-dao-2.1.0-sources.jar
em-dao-2.1.0.jar
em-dao-2.1.0.pom



Related Tutorials