Download dbfit-3.2.0.jar file - Jar d

Jar examples for d:dbfit

Description

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.

License

GNU General Public License, version 2

Build File

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'

Download

Click the following link to download the jar file.

dbfit-3.2.0-javadoc.jar
dbfit-3.2.0-sources.jar
dbfit-3.2.0.jar
dbfit-3.2.0.pom



Related Tutorials