MVN

com.flextrade.jfixture : jfixture

Maven & Gradle

Sep 04, 2017
17 usages
98 stars

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

<dependency>
    <groupId>com.flextrade.jfixture</groupId>
    <artifactId>jfixture</artifactId>
    <version>2.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flextrade.jfixture : jfixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.2

All Versions

Choose a version of com.flextrade.jfixture : jfixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
jfixture-2.7.2
jfixture-2.7.1
jfixture-2.7.0
2.6.x
jfixture-2.6.3
jfixture-2.6.1
jfixture-2.6.0
2.5.x
jfixture-2.5.1
jfixture-2.5.0
2.4.x
jfixture-2.4.0
2.3.x
jfixture-2.3.0
2.2.x
jfixture-2.2.1
jfixture-2.2.0
2.1.x
jfixture-2.1.0
2.0.x
jfixture-2.0.0

How to add a dependency to Maven

Add the following com.flextrade.jfixture : jfixture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flextrade.jfixture</groupId>
    <artifactId>jfixture</artifactId>
    <version>2.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flextrade.jfixture : jfixture gradle dependency to your build.gradle file:

implementation 'com.flextrade.jfixture:jfixture:2.7.2'

Gradle Kotlin DSL: Add the following com.flextrade.jfixture : jfixture gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flextrade.jfixture:jfixture:2.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flextrade.jfixture : jfixture sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flextrade.jfixture" % "jfixture" % "2.7.2"

Advertisement