How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.danbrough.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
<version>1.6.3-native-mt</version>
</dependency>
Choose a version of org.danbrough.kotlinx : kotlinx-coroutines-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.6.x |
kotlinx-coroutines-bom-1.6.4
|
||
kotlinx-coroutines-bom-1.6.3-native-mt
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.danbrough.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
<version>1.6.3-native-mt</version>
</dependency>
Advertisement