Download datainstiller-1.0.4.jar file - Jar d

Jar examples for d:datainstiller

Description

This project allows to instantiate any given Java class with randomly generated data.

You can download jar file datainstiller 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add datainstiller-1.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

datainstiller-1.0.4-javadoc.jar
datainstiller-1.0.4-sources.jar
datainstiller-1.0.4.jar
datainstiller-1.0.4.pom



Related Tutorials