How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smartboot.license</groupId>
<artifactId>smart-license-parent</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of org.smartboot.license : smart-license-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
smart-license-parent-1.0.4
|
||
smart-license-parent-1.0.3
|
|||
smart-license-parent-1.0.2
|
|||
smart-license-parent-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.smartboot.license</groupId>
<artifactId>smart-license-parent</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement