Download fixture-factory-3.1.0.jar file - Jar f

Jar examples for f:fixture-factory

Description

generator to create fake objects from a template

You can download jar file fixture-factory 3.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fixture-factory-3.1.0.jar to your project.

<dependency>
   <groupId>br.com.six2six</groupId>
   <artifactId>fixture-factory</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'br.com.six2six', name: 'fixture-factory', version: '3.1.0'
libraryDependencies += "br.com.six2six" % "fixture-factory" % "3.1.0"
<dependency org="br.com.six2six" name="fixture-factory" rev="3.1.0"/>
@Grapes(@Grab(group='br.com.six2six', module='fixture-factory', version='3.1.0'))
'br.com.six2six:fixture-factory:jar:3.1.0'

Download

Click the following link to download the jar file.

fixture-factory-3.1.0-javadoc.jar
fixture-factory-3.1.0-sources.jar
fixture-factory-3.1.0.jar
fixture-factory-3.1.0.pom



Related Tutorials