Download simple-dao-2.0.0.jar file - Jar s

Jar examples for s:simple-dao

Description

Core DAO design pattern API that greatly facilitates the exchange and use of multiple persistence providers.

You can download jar file simple-dao 2.0.0 in this page.

License

BSD 3-Clause License

Build File

You can use the following script to add simple-dao-2.0.0.jar to your project.

<dependency>
   <groupId>br.com.thiaguten.persistence</groupId>
   <artifactId>simple-dao</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'br.com.thiaguten.persistence', name: 'simple-dao', version: '2.0.0'
libraryDependencies += "br.com.thiaguten.persistence" % "simple-dao" % "2.0.0"
<dependency org="br.com.thiaguten.persistence" name="simple-dao" rev="2.0.0"/>
@Grapes(@Grab(group='br.com.thiaguten.persistence', module='simple-dao', version='2.0.0'))
'br.com.thiaguten.persistence:simple-dao:jar:2.0.0'

Download

Click the following link to download the jar file.

simple-dao-2.0.0-javadoc.jar
simple-dao-2.0.0-sources.jar
simple-dao-2.0.0.jar
simple-dao-2.0.0.pom



Related Tutorials