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