is not current version
Last Version 2.7.2

com.flextrade.jfixture:jfixture-parent 2.5.1

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.5.1
Type

Type

pom

Download jfixture-parent 2.5.1


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