How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.pivoto.polaris.toolkit</groupId>
<artifactId>polaris-all</artifactId>
<version>2.0.3</version>
</dependency>
Choose a version of cn.pivoto.polaris.toolkit : polaris-all to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
polaris-all-2.0.3
|
||
polaris-all-2.0.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.pivoto.polaris.toolkit</groupId>
<artifactId>polaris-all</artifactId>
<version>2.0.3</version>
</dependency>
Advertisement