k

koin-core-jvm

KOIN - Kotlin simple Dependency Injection Framework
https://insert-koin.io/
The Apache Software License, Version 2.0
Arnaud Giuliani
Files download
File Operation
koin-core-jvm-3.5.0.jar download
koin-core-jvm-3.5.0.pom download
koin-core-jvm-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.insert-koin</groupId>
  <artifactId>koin-core-jvm</artifactId>
  <version>3.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.insert-koin:koin-core-jvm:3.5.0'
Gradle Kotlin
implementation("io.insert-koin:koin-core-jvm:3.5.0")
Scala SBT
libraryDependencies += "io.insert-koin" % "koin-core-jvm" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.insert-koin', module='koin-core-jvm', version='3.5.0')
)
Apache Ivy
<dependency org="io.insert-koin" name="koin-core-jvm" rev="3.5.0" />
Leiningen
[io.insert-koin/koin-core-jvm "3.5.0"]
Apache Buildr
'io.insert-koin:koin-core-jvm:jar:3.5.0'