MVN

io.kotest : kotest-core-js

Maven & Gradle

Aug 14, 2020
4.2k stars

Kotest · Kotlin Test Framework

<dependency>
    <groupId>io.kotest</groupId>
    <artifactId>kotest-core-js</artifactId>
    <version>4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kotest : kotest-core-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3
  • Latest Release Candidate: 4.2.0.RC2
  • Latest Beta: 4.0.0-BETA3

All Versions

Choose a version of io.kotest : kotest-core-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
kotest-core-js-4.2.0.RC2
kotest-core-js-4.2.0.RC1
4.1.x
kotest-core-js-4.1.3
kotest-core-js-4.1.2
kotest-core-js-4.1.1
kotest-core-js-4.1.0
kotest-core-js-4.1.0.RC2
kotest-core-js-4.1.0.RC1
4.0.x
kotest-core-js-4.0.7
kotest-core-js-4.0.6
kotest-core-js-4.0.5
kotest-core-js-4.0.4
kotest-core-js-4.0.3
kotest-core-js-4.0.2
kotest-core-js-4.0.1
kotest-core-js-4.0.0
kotest-core-js-4.0.0-BETA3
kotest-core-js-4.0.0-BETA2
kotest-core-js-4.0.0-BETA1

How to add a dependency to Maven

Add the following io.kotest : kotest-core-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kotest</groupId>
    <artifactId>kotest-core-js</artifactId>
    <version>4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kotest : kotest-core-js gradle dependency to your build.gradle file:

implementation 'io.kotest:kotest-core-js:4.1.3'

Gradle Kotlin DSL: Add the following io.kotest : kotest-core-js gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kotest:kotest-core-js:4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kotest : kotest-core-js sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kotest" % "kotest-core-js" % "4.1.3"

Advertisement