MVN

com.flextrade.jfixture : jfixture-parent

Maven & Gradle

Sep 04, 2017
98 stars

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

<dependency>
    <groupId>com.flextrade.jfixture</groupId>
    <artifactId>jfixture-parent</artifactId>
    <version>2.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flextrade.jfixture : jfixture-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.7.2

All Versions

Choose a version of com.flextrade.jfixture : jfixture-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7.x
jfixture-parent-2.7.2
jfixture-parent-2.7.1
jfixture-parent-2.7.0
2.6.x
jfixture-parent-2.6.3
jfixture-parent-2.6.2
jfixture-parent-2.6.1
jfixture-parent-2.6.0
2.5.x
jfixture-parent-2.5.1
jfixture-parent-2.5.0
2.4.x
jfixture-parent-2.4.0
2.3.x
jfixture-parent-2.3.0
2.2.x
jfixture-parent-2.2.1
jfixture-parent-2.2.0
2.1.x
jfixture-parent-2.1.0
2.0.x
jfixture-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.flextrade.jfixture</groupId>
    <artifactId>jfixture-parent</artifactId>
    <version>2.7.2</version>
</dependency>

Advertisement