MVN

ru.kontur.kinfra.kfixture : kfixture

Maven & Gradle

Sep 02, 2020
1 stars

kfixture · Junit5 Extension for data generation

<dependency>
    <groupId>ru.kontur.kinfra.kfixture</groupId>
    <artifactId>kfixture</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.kontur.kinfra.kfixture : kfixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of ru.kontur.kinfra.kfixture : kfixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
kfixture-0.6.0
0.5.x
kfixture-0.5.4
kfixture-0.5.3
kfixture-0.5.2
kfixture-0.5.1
kfixture-0.5.0
0.4.x
kfixture-0.4.9
kfixture-0.4.8
kfixture-0.4.7
kfixture-0.4.5

How to add a dependency to Maven

Add the following ru.kontur.kinfra.kfixture : kfixture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.kontur.kinfra.kfixture</groupId>
    <artifactId>kfixture</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.kontur.kinfra.kfixture : kfixture gradle dependency to your build.gradle file:

implementation 'ru.kontur.kinfra.kfixture:kfixture:0.6.0'

Gradle Kotlin DSL: Add the following ru.kontur.kinfra.kfixture : kfixture gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.kontur.kinfra.kfixture:kfixture:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.kontur.kinfra.kfixture : kfixture sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.kontur.kinfra.kfixture" % "kfixture" % "0.6.0"