is not current version
Last Version 2.9.2

com.github.nylle:javafixture 2.2.0

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.

GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

javafixture
Version

Version

2.2.0
Type

Type

jar

Download javafixture 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.nylle/javafixture/ -->
<dependency>
    <groupId>com.github.nylle</groupId>
    <artifactId>javafixture</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nylle/javafixture/
implementation 'com.github.nylle:javafixture:2.2.0'
// https://jarcasting.com/artifacts/com.github.nylle/javafixture/
implementation ("com.github.nylle:javafixture:2.2.0")
'com.github.nylle:javafixture:jar:2.2.0'
<dependency org="com.github.nylle" name="javafixture" rev="2.2.0">
  <artifact name="javafixture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nylle', module='javafixture', version='2.2.0')
)
libraryDependencies += "com.github.nylle" % "javafixture" % "2.2.0"
[com.github.nylle/javafixture "2.2.0"]