How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.guerlab.smart.oauth</groupId>
<artifactId>smart-oauth-parent</artifactId>
<version>21.5.0</version>
</dependency>
Choose a version of net.guerlab.smart.oauth : smart-oauth-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
21.5.x |
smart-oauth-parent-21.5.0
|
||
20.2.x |
smart-oauth-parent-20.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.guerlab.smart.oauth</groupId>
<artifactId>smart-oauth-parent</artifactId>
<version>21.5.0</version>
</dependency>
Advertisement