Download dbsanity-0.6.1.jar file - Jar d

Jar examples for d:dbsanity

Description

DB Sanity is a tool for verifying a database's sanity and data integrity.

You can download jar file dbsanity 0.6.1 in this page.

License

GNU Public License

Build File

You can use the following script to add dbsanity-0.6.1.jar to your project.

<dependency>
   <groupId>org.databene</groupId>
   <artifactId>dbsanity</artifactId>
   <version>0.6.1</version>
</dependency>
compile group: 'org.databene', name: 'dbsanity', version: '0.6.1'
libraryDependencies += "org.databene" % "dbsanity" % "0.6.1"
<dependency org="org.databene" name="dbsanity" rev="0.6.1"/>
@Grapes(@Grab(group='org.databene', module='dbsanity', version='0.6.1'))
'org.databene:dbsanity:jar:0.6.1'

Download

Click the following link to download the jar file.

dbsanity-0.6.1-sources.jar
dbsanity-0.6.1.jar
dbsanity-0.6.1.pom



Related Tutorials