Download database-truncator-0.5.1.jar file - Jar d

Jar examples for d:database-truncator

Description

Logic for emptying database tables of their content without affecting the structure. Useful for unit tests

You can download jar file database-truncator 0.5.1 in this page.

Build File

You can use the following script to add database-truncator-0.5.1.jar to your project.

<dependency>
   <groupId>nl.42</groupId>
   <artifactId>database-truncator</artifactId>
   <version>0.5.1</version>
</dependency>
compile group: 'nl.42', name: 'database-truncator', version: '0.5.1'
libraryDependencies += "nl.42" % "database-truncator" % "0.5.1"
<dependency org="nl.42" name="database-truncator" rev="0.5.1"/>
@Grapes(@Grab(group='nl.42', module='database-truncator', version='0.5.1'))
'nl.42:database-truncator:jar:0.5.1'

Download

Click the following link to download the jar file.

database-truncator-0.5.1-javadoc.jar
database-truncator-0.5.1-sources.jar
database-truncator-0.5.1.jar
database-truncator-0.5.1.pom



Related Tutorials