is not current version
Last Version 0.0.2

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

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

Categories

Categories

CLI User Interface
GroupId

GroupId

com.wu-man
ArtifactId

ArtifactId

android-oauth-client-parent
Version

Version

0.0.1
Type

Type

pom

Download android-oauth-client-parent 0.0.1


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