is not current version
Last Version 2.7.2

com.flextrade.jfixture:jfixture-parent 2.4.0

JFixture is an open source library based on the popular .NET library, AutoFixture

GroupId

GroupId

com.flextrade.jfixture
ArtifactId

ArtifactId

jfixture-parent
Version

Version

2.4.0
Type

Type

pom

Download jfixture-parent 2.4.0


<!-- https://jarcasting.com/artifacts/com.flextrade.jfixture/jfixture-parent/ -->
<dependency>
    <groupId>com.flextrade.jfixture</groupId>
    <artifactId>jfixture-parent</artifactId>
    <version>2.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.flextrade.jfixture/jfixture-parent/
implementation 'com.flextrade.jfixture:jfixture-parent:2.4.0'
// https://jarcasting.com/artifacts/com.flextrade.jfixture/jfixture-parent/
implementation ("com.flextrade.jfixture:jfixture-parent:2.4.0")
'com.flextrade.jfixture:jfixture-parent:pom:2.4.0'
<dependency org="com.flextrade.jfixture" name="jfixture-parent" rev="2.4.0">
  <artifact name="jfixture-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.flextrade.jfixture', module='jfixture-parent', version='2.4.0')
)
libraryDependencies += "com.flextrade.jfixture" % "jfixture-parent" % "2.4.0"
[com.flextrade.jfixture/jfixture-parent "2.4.0"]