MVN

io.kotlintest : kotlintest-samples-spring

Maven & Gradle

Apr 24, 2018
4.1k stars

KotlinTest · Kotlin Test Framework

<dependency>
    <groupId>io.kotlintest</groupId>
    <artifactId>kotlintest-samples-spring</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.kotlintest : kotlintest-samples-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6
  • Latest Release Candidate: 3.0.0-RC3

All Versions

Choose a version of io.kotlintest : kotlintest-samples-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
kotlintest-samples-spring-3.0.6
kotlintest-samples-spring-3.0.5
kotlintest-samples-spring-3.0.4
kotlintest-samples-spring-3.0.3
kotlintest-samples-spring-3.0.2
kotlintest-samples-spring-3.0.0-RC3

How to add a dependency to Maven

Add the following io.kotlintest : kotlintest-samples-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.kotlintest</groupId>
    <artifactId>kotlintest-samples-spring</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.kotlintest : kotlintest-samples-spring gradle dependency to your build.gradle file:

implementation 'io.kotlintest:kotlintest-samples-spring:3.0.6'

Gradle Kotlin DSL: Add the following io.kotlintest : kotlintest-samples-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("io.kotlintest:kotlintest-samples-spring:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.kotlintest : kotlintest-samples-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "io.kotlintest" % "kotlintest-samples-spring" % "3.0.6"

Advertisement