j

jfixture

JFixture is an open source library based on the popular .NET library, AutoFixture
https://github.com/FlexTradeUKLtd/jfixture
Files download
File Operation
jfixture-2.7.2.jar download
jfixture-2.7.2.pom download
jfixture-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.flextrade.jfixture</groupId>
  <artifactId>jfixture</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'com.flextrade.jfixture:jfixture:2.7.2'
Gradle Kotlin
implementation("com.flextrade.jfixture:jfixture:2.7.2")
Scala SBT
libraryDependencies += "com.flextrade.jfixture" % "jfixture" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.flextrade.jfixture', module='jfixture', version='2.7.2')
)
Apache Ivy
<dependency org="com.flextrade.jfixture" name="jfixture" rev="2.7.2" />
Leiningen
[com.flextrade.jfixture/jfixture "2.7.2"]
Apache Buildr
'com.flextrade.jfixture:jfixture:jar:2.7.2'