Registry / dependency-injection / koin-core-jvm

koin-core-jvm

JSON →
library4.2.0javamavenunverified

A lightweight dependency injection framework for Kotlin applications on the JVM.

<dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-core-jvm</artifactId> <version>4.2.0</version> </dependency>
INSTALL
IMPORT
SIG · KOIN-CORE-JVM
K
koin-core-jvm
dependency-injectionjavav4.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

startKoin
org.koin.core.context.startKoin

Initialize Koin with a module containing a single definition.

import org.koin.core.context.startKoin import org.koin.dsl.module val myModule = module { single { MyRepository() } } fun main() { startKoin { modules(myModule) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
36
OpenAI (training)
1
Resources
koin-core-jvm — mvn dependency:get koin-core-jvm · libregistry