Jar examples for s:simple-dao
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.
BSD 3-Clause License
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'
Click the following link to download the jar file.
simple-dao-2.0.0-javadoc.jar