is not current version
Last Version 2.9.2

com.github.nylle:javafixture 1.0.0

JavaFixture is a wrapper for Random Beans (https://github.com/benas/random-beans) to provide a fluent API for customising your test objects during generation.

GroupId

GroupId

com.github.nylle
ArtifactId

ArtifactId

javafixture
Version

Version

1.0.0
Type

Type

jar

Download javafixture 1.0.0


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