MVN

run.ktcheck : ktcheck

Maven & Gradle

May 20, 2020
3 stars

ktcheck · Testing framework on JUnit Platform with Give-When-Then style.

<dependency>
    <groupId>run.ktcheck</groupId>
    <artifactId>ktcheck</artifactId>
    <version>v0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of run.ktcheck : ktcheck to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v0.2.0

All Versions

Choose a version of run.ktcheck : ktcheck to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.2.x
ktcheck-v0.2.0
v0.1.x
ktcheck-v0.1.0

How to add a dependency to Maven

Add the following run.ktcheck : ktcheck maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>run.ktcheck</groupId>
    <artifactId>ktcheck</artifactId>
    <version>v0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following run.ktcheck : ktcheck gradle dependency to your build.gradle file:

implementation 'run.ktcheck:ktcheck:v0.2.0'

Gradle Kotlin DSL: Add the following run.ktcheck : ktcheck gradle kotlin dependency to your build.gradle.kts file:

implementation("run.ktcheck:ktcheck:v0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following run.ktcheck : ktcheck sbt scala dependency to your build.sbt file:

libraryDependencies += "run.ktcheck" % "ktcheck" % "v0.2.0"

Advertisement