is not current version
Last Version 2.9.2

com.github.nylle:javafixture 0.1.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

0.1.0
Type

Type

jar

Download javafixture 0.1.0


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