Download simple-dao-1.0.3.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 1.0.3 in this page.

License

BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials