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