How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify.mobius</groupId>
<artifactId>mobius-coroutines</artifactId>
<version>1.5.14</version>
</dependency>
Choose a version of com.spotify.mobius : mobius-coroutines to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.5.x |
mobius-coroutines-1.5.14
|
||
mobius-coroutines-1.5.13
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify.mobius</groupId>
<artifactId>mobius-coroutines</artifactId>
<version>1.5.14</version>
</dependency>
Advertisement