MVN

net.oauth.core : oauth-core-parent

Maven & Gradle

Jun 08, 2016

OAuth Core: Parent POM

<dependency>
    <groupId>net.oauth.core</groupId>
    <artifactId>oauth-core-parent</artifactId>
    <version>20090530</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.oauth.core : oauth-core-parent to add to Maven - Latest Versions:

  • Latest Stable: 20090530

All Versions

Choose a version of net.oauth.core : oauth-core-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
20090531
oauth-core-parent-20090531
20090530
oauth-core-parent-20090530

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.oauth.core</groupId>
    <artifactId>oauth-core-parent</artifactId>
    <version>20090530</version>
</dependency>

Advertisement