MVN

com.github.nylle : javafixture

Maven & Gradle

May 09, 2023
2 usages
13 stars

JavaFixture · JavaFixture is the attempt to bring Mark Seemann's AutoFixture for .NET to the Java world. Its purpose is to generate full object graphs for use in test suites with a fluent API for customising the test objects during generation.

<dependency>
    <groupId>com.github.nylle</groupId>
    <artifactId>javafixture</artifactId>
    <version>2.9.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nylle : javafixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.8

All Versions

Choose a version of com.github.nylle : javafixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
javafixture-2.9.8
javafixture-2.9.7
javafixture-2.9.6
javafixture-2.9.5
javafixture-2.9.4
javafixture-2.9.3
javafixture-2.9.2
javafixture-2.9.1
javafixture-2.9.0
2.8.x
javafixture-2.8.1
javafixture-2.8.0
2.7.x
javafixture-2.7.0
2.6.x
javafixture-2.6.1
javafixture-2.6.0
2.5.x
javafixture-2.5.1
javafixture-2.5.0
2.4.x
javafixture-2.4.0
2.3.x
javafixture-2.3.0
2.2.x
javafixture-2.2.0
2.1.x
javafixture-2.1.2
javafixture-2.1.1
javafixture-2.1.0
2.0.x
javafixture-2.0.0
1.3.x
javafixture-1.3.1
javafixture-1.3.0
1.2.x
javafixture-1.2.4
javafixture-1.2.3
javafixture-1.2.2
javafixture-1.2.1
javafixture-1.2.0
1.1.x
javafixture-1.1.0
1.0.x
javafixture-1.0.0
0.1.x
javafixture-0.1.2
javafixture-0.1.1
javafixture-0.1.0
v1.0.x
javafixture-v1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nylle</groupId>
    <artifactId>javafixture</artifactId>
    <version>2.9.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nylle : javafixture gradle dependency to your build.gradle file:

implementation 'com.github.nylle:javafixture:2.9.8'

Gradle Kotlin DSL: Add the following com.github.nylle : javafixture gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nylle:javafixture:2.9.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nylle : javafixture sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nylle" % "javafixture" % "2.9.8"

Advertisement

Dependencies from Group

May 09, 2023
2 usages
13 stars
Dec 09, 2022
3 stars
May 18, 2023
3 stars
Dec 24, 2023
0 stars

Discover Dependencies

Jul 31, 2019
271 usages
254 stars
May 18, 2020
40 usages
448 stars
Dec 08, 2019
13 usages
Sep 28, 2021
207 stars
Jan 17, 2023
6 usages
110 stars
Jul 07, 2023
11 usages
267 stars
Nov 09, 2017
4 usages
Nov 08, 2021
18 usages
5 stars