MVN

io.insert-koin : koin-bom

Maven & Gradle

Sep 13, 2023
8.6k stars

koin-bom · KOIN - Kotlin simple Dependency Injection Framework

<dependency>
    <groupId>io.insert-koin</groupId>
    <artifactId>koin-bom</artifactId>
    <version>3.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.insert-koin : koin-bom to add to Maven - Latest Versions:

  • Latest Stable: 3.5.0

All Versions

Choose a version of io.insert-koin : koin-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
koin-bom-3.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.insert-koin</groupId>
    <artifactId>koin-bom</artifactId>
    <version>3.5.0</version>
</dependency>

Advertisement