How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core-coroutines-js</artifactId>
<version>3.4.3</version>
</dependency>
Choose a version of io.insert-koin : koin-core-coroutines-js to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.4.x |
koin-core-coroutines-js-3.4.3
|
||
koin-core-coroutines-js-3.4.1
|
|||
koin-core-coroutines-js-3.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core-coroutines-js</artifactId>
<version>3.4.3</version>
</dependency>
Advertisement