How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-rx-ogm</artifactId>
<version>0.21.0</version>
</dependency>
Choose a version of com.github.pm-dev : kotlin-rx-ogm to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.21.x |
kotlin-rx-ogm-0.21.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.pm-dev</groupId>
<artifactId>kotlin-rx-ogm</artifactId>
<version>0.21.0</version>
</dependency>
Advertisement