Last Version

android-oauth-client - Parent 0.0.2

Android OAuth Client is a library that helps to easily add an OAuth flow to an existing Android application.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

android-oauth-client-parent
Version

Version

0.0.2
Type

Type

pom
Description

Description

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

Project Organization

David Wu
Source Code Management

Source Code Management

https://github.com/wuman/android-oauth-client

Download android-oauth-client-parent 0.0.2


<!-- https://jarcasting.com/artifacts/com.wu-man/android-oauth-client-parent/ -->
<dependency>
    <groupId>com.wu-man</groupId>
    <artifactId>android-oauth-client-parent</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wu-man/android-oauth-client-parent/
implementation 'com.wu-man:android-oauth-client-parent:0.0.2'
// https://jarcasting.com/artifacts/com.wu-man/android-oauth-client-parent/
implementation ("com.wu-man:android-oauth-client-parent:0.0.2")
'com.wu-man:android-oauth-client-parent:pom:0.0.2'
<dependency org="com.wu-man" name="android-oauth-client-parent" rev="0.0.2">
  <artifact name="android-oauth-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wu-man', module='android-oauth-client-parent', version='0.0.2')
)
libraryDependencies += "com.wu-man" % "android-oauth-client-parent" % "0.0.2"
[com.wu-man/android-oauth-client-parent "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • library
  • samples