How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-annotations-bom</artifactId>
<version>1.3.0</version>
</dependency>
Choose a version of io.insert-koin : koin-annotations-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
koin-annotations-bom-1.3.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-annotations-bom</artifactId>
<version>1.3.0</version>
</dependency>
Advertisement