Download DbSetup-1.5.0.jar file - Jar d

Jar examples for d:DbSetup

Description

Helps you setup your database with test data

You can download jar file DbSetup 1.5.0 in this page.

License

MIT License

Build File

You can use the following script to add DbSetup-1.5.0.jar to your project.

<dependency>
   <groupId>com.ninja-squad</groupId>
   <artifactId>DbSetup</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'com.ninja-squad', name: 'DbSetup', version: '1.5.0'
libraryDependencies += "com.ninja-squad" % "DbSetup" % "1.5.0"
<dependency org="com.ninja-squad" name="DbSetup" rev="1.5.0"/>
@Grapes(@Grab(group='com.ninja-squad', module='DbSetup', version='1.5.0'))
'com.ninja-squad:DbSetup:jar:1.5.0'

Download

Click the following link to download the jar file.

DbSetup-1.5.0-javadoc.jar
DbSetup-1.5.0-sources.jar
DbSetup-1.5.0.jar
DbSetup-1.5.0.pom



Related Tutorials