MVN

com.wu-man : android-oauth-client-parent

Maven & Gradle

Sep 26, 2013
425 stars

android-oauth-client - Parent · Android OAuth Client is a library that helps to easily add an OAuth flow to an existing Android application.

<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>android-oauth-client-parent</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wu-man : android-oauth-client-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.wu-man : android-oauth-client-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
android-oauth-client-parent-0.0.2
android-oauth-client-parent-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>android-oauth-client-parent</artifactId>
    <version>0.0.2</version>
</dependency>