How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kotlinextra</groupId>
<artifactId>kotlin-extlib</artifactId>
<version>0.1.10</version>
</dependency>
Choose a version of org.kotlinextra : kotlin-extlib to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
kotlin-extlib-0.1.10
|
||
kotlin-extlib-0.1.6
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.kotlinextra</groupId>
<artifactId>kotlin-extlib</artifactId>
<version>0.1.10</version>
</dependency>
Advertisement