Download jfixture-2.6.3.jar file - Jar j

Jar examples for j:jfixture

Description

JFixture is an open source library based on the popular .NET library, AutoFixture

You can download jar file jfixture 2.6.3 in this page.

Build File

You can use the following script to add jfixture-2.6.3.jar to your project.

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

Download

Click the following link to download the jar file.

jfixture-2.6.3-javadoc.jar
jfixture-2.6.3-sources.jar
jfixture-2.6.3.jar
jfixture-2.6.3.pom



Related Tutorials