MVN

net.oauth-2 : oauth2-client-bom

Maven & Gradle

Nov 20, 2017
1 stars

OAuth2 Client BOM · OAuth2 Client Dependencies (Bill-Of-Materials)

<dependency>
    <groupId>net.oauth-2</groupId>
    <artifactId>oauth2-client-bom</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oauth-2 : oauth2-client-bom to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of net.oauth-2 : oauth2-client-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
oauth2-client-bom-1.1.0

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>

Advertisement