MVN

co.touchlab : koin-test-native

Maven & Gradle

Dec 30, 2019
0 stars

koin-test · Koin

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>koin-test-native</artifactId>
    <version>3.0.0-khan</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : koin-test-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-khan

All Versions

Choose a version of co.touchlab : koin-test-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
koin-test-native-3.0.0-khan

How to add a dependency to Maven

Add the following co.touchlab : koin-test-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>koin-test-native</artifactId>
    <version>3.0.0-khan</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : koin-test-native gradle dependency to your build.gradle file:

implementation 'co.touchlab:koin-test-native:3.0.0-khan'

Gradle Kotlin DSL: Add the following co.touchlab : koin-test-native gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:koin-test-native:3.0.0-khan")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : koin-test-native sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "koin-test-native" % "3.0.0-khan"

Advertisement