How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oauth-2</groupId>
<artifactId>oauth2-client-bom</artifactId>
<version>1.1.0</version>
</dependency>
Choose a version of net.oauth-2 : oauth2-client-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
oauth2-client-bom-1.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.oauth-2</groupId>
<artifactId>oauth2-client-bom</artifactId>
<version>1.1.0</version>
</dependency>
Advertisement