How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-third-party</artifactId>
<version>1.1.3</version>
</dependency>
Choose a version of com.github.cico216 : mnt-third-party to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
mnt-third-party-1.1.3
|
||
mnt-third-party-1.1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cico216</groupId>
<artifactId>mnt-third-party</artifactId>
<version>1.1.3</version>
</dependency>
Advertisement