koin-android-ext
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android-ext</artifactId> <version>3.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.insert-koin</groupId> <artifactId>koin-android-ext</artifactId> <version>3.0.2</version> <packaging>aar</packaging> <dependencies> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-core-ext</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android</artifactId> <version>3.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.0</version> <scope>compile</scope> </dependency> </dependencies> <description>KOIN - Kotlin simple Dependency Injection Framework</description> <name>koin-android-ext</name> <url>https://insert-koin.io/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <url>https://github.com/InsertKoinIO/koin</url> <connection>scm:git:git://github.com/InsertKoinIO/koin.git</connection> <developerConnection>scm:git:git://github.com/InsertKoinIO/koin.git</developerConnection> </scm> <developers> <developer> <id>arnaudgiuliani</id> <name>Arnaud Giuliani</name> </developer> </developers> </project>