How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oschina.jmind</groupId>
<artifactId>jmind-parent-pom</artifactId>
<version>2.1.0</version>
</dependency>
Choose a version of net.oschina.jmind : jmind-parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
jmind-parent-pom-2.1.0
|
||
2.0.x |
jmind-parent-pom-2.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oschina.jmind</groupId>
<artifactId>jmind-parent-pom</artifactId>
<version>2.1.0</version>
</dependency>
Advertisement