MVN

co.touchlab : koin-android-ext

Maven & Gradle

Jul 13, 2019
0 stars

koin-android-ext · Koin

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>koin-android-ext</artifactId>
    <version>2.1.5-mp</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.5-mp

All Versions

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

Version Vulnerabilities Updated
2.1.x
koin-android-ext-2.1.5-mp
koin-android-ext-2.1.4-mp

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>koin-android-ext</artifactId>
    <version>2.1.5-mp</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:koin-android-ext:2.1.5-mp'

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

implementation("co.touchlab:koin-android-ext:2.1.5-mp")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "koin-android-ext" % "2.1.5-mp"

Advertisement