Jar examples for d:dbfit
DbFit is a set of fixtures which enables FIT/FitNesse tests to execute directly against a database, enabling developers to manipulate database objects in a relational form, making database TDD much easier then with xUnit-style tools.
You can download jar file dbfit 3.2.0 in this page.
GNU General Public License, version 2
You can use the following script to add dbfit-3.2.0.jar to your project.
<dependency> <groupId>com.github.dbfit</groupId> <artifactId>dbfit</artifactId> <version>3.2.0</version> </dependency>
compile group: 'com.github.dbfit', name: 'dbfit', version: '3.2.0'
libraryDependencies += "com.github.dbfit" % "dbfit" % "3.2.0"
<dependency org="com.github.dbfit" name="dbfit" rev="3.2.0"/>
@Grapes(@Grab(group='com.github.dbfit', module='dbfit', version='3.2.0'))
'com.github.dbfit:dbfit:jar:3.2.0'
Click the following link to download the jar file.
dbfit-3.2.0-javadoc.jar