MVN

com.github.vkorobkov : jfixtures

Maven & Gradle

May 29, 2018
18 stars

JFixtures · Easy test data creator for SQL databases

<dependency>
    <groupId>com.github.vkorobkov</groupId>
    <artifactId>jfixtures</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vkorobkov : jfixtures to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.github.vkorobkov : jfixtures to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jfixtures-2.0.0
1.0.x
jfixtures-1.0.34
jfixtures-1.0.33
jfixtures-1.0.32
jfixtures-1.0.31
jfixtures-1.0.30
jfixtures-1.0.29
jfixtures-1.0.28
jfixtures-1.0.27
jfixtures-1.0.26
jfixtures-1.0.25
jfixtures-1.0.24
jfixtures-1.0.23
jfixtures-1.0.22
jfixtures-1.0.21
jfixtures-1.0.20
jfixtures-1.0.19
jfixtures-1.0.18
jfixtures-1.0.17
jfixtures-1.0.16
jfixtures-1.0.15
jfixtures-1.0.14
jfixtures-1.0.13
jfixtures-1.0.12
jfixtures-1.0.11
jfixtures-1.0.10
jfixtures-1.0.9
jfixtures-1.0.8
jfixtures-1.0.7
jfixtures-1.0.6
jfixtures-1.0.5
jfixtures-1.0.4
jfixtures-1.0.3
jfixtures-1.0.2
jfixtures-1.0.1
jfixtures-1.0.0

How to add a dependency to Maven

Add the following com.github.vkorobkov : jfixtures maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vkorobkov</groupId>
    <artifactId>jfixtures</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vkorobkov : jfixtures gradle dependency to your build.gradle file:

implementation 'com.github.vkorobkov:jfixtures:2.0.0'

Gradle Kotlin DSL: Add the following com.github.vkorobkov : jfixtures gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vkorobkov:jfixtures:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vkorobkov : jfixtures sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vkorobkov" % "jfixtures" % "2.0.0"

Advertisement