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 1.0.3 in this page.
BSD 3-Clause License
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'
Click the following link to download the jar file.
simple-dao-1.0.3-javadoc.jar