MVN

co.touchlab : koin-test-iosarm32

Maven & Gradle

Dec 31, 2019
0 stars

koin-test · Koin

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

Latest Version

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

  • Latest Stable: 3.0.2-khan

All Versions

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

Version Vulnerabilities Updated
3.0.x
koin-test-iosarm32-3.0.2-khan
koin-test-iosarm32-3.0.0-khan
2.1.x
koin-test-iosarm32-2.1.7-mp
koin-test-iosarm32-2.1.6-mp
koin-test-iosarm32-2.1.5-mp

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>koin-test-iosarm32</artifactId>
    <version>3.0.2-khan</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:koin-test-iosarm32:3.0.2-khan'

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

implementation("co.touchlab:koin-test-iosarm32:3.0.2-khan")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "koin-test-iosarm32" % "3.0.2-khan"

Advertisement