is not current version
Last Version 0.4.5

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

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
Version

Version

0.0.6
Type

Type

jar

Download android-oauth-client 0.0.6


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