MVN

ru.tinkoff.kora : test-junit5

Maven & Gradle

Aug 25, 2023
164 stars

test-junit5 · Kora test-junit5 module

<dependency>
    <groupId>ru.tinkoff.kora</groupId>
    <artifactId>test-junit5</artifactId>
    <version>0.14.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff.kora : test-junit5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.5

All Versions

Choose a version of ru.tinkoff.kora : test-junit5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
test-junit5-0.14.5
test-junit5-0.14.4
test-junit5-0.14.3
test-junit5-0.14.1
test-junit5-0.14.0
0.13.x
test-junit5-0.13.7
test-junit5-0.13.6
test-junit5-0.13.5
test-junit5-0.13.4
test-junit5-0.13.3
test-junit5-0.13.2
test-junit5-0.13.1
test-junit5-0.13.0

How to add a dependency to Maven

Add the following ru.tinkoff.kora : test-junit5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tinkoff.kora</groupId>
    <artifactId>test-junit5</artifactId>
    <version>0.14.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff.kora : test-junit5 gradle dependency to your build.gradle file:

implementation 'ru.tinkoff.kora:test-junit5:0.14.5'

Gradle Kotlin DSL: Add the following ru.tinkoff.kora : test-junit5 gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff.kora:test-junit5:0.14.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff.kora : test-junit5 sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff.kora" % "test-junit5" % "0.14.5"