How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.fossc.polaris.toolkit</groupId>
<artifactId>polaris-builder</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of cn.fossc.polaris.toolkit : polaris-builder to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
polaris-builder-3.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>cn.fossc.polaris.toolkit</groupId>
<artifactId>polaris-builder</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement