is not current version
Last Version 2.4.0

com.codepath.libraries:android-oauth-handler 2.3.1

CodePath OAuth Handler

GroupId

GroupId

com.codepath.libraries
ArtifactId

ArtifactId

android-oauth-handler
Version

Version

2.3.1
Type

Type

aar

Download android-oauth-handler 2.3.1


<!-- https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/ -->
<dependency>
    <groupId>com.codepath.libraries</groupId>
    <artifactId>android-oauth-handler</artifactId>
    <version>2.3.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/
implementation 'com.codepath.libraries:android-oauth-handler:2.3.1'
// https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/
implementation ("com.codepath.libraries:android-oauth-handler:2.3.1")
'com.codepath.libraries:android-oauth-handler:aar:2.3.1'
<dependency org="com.codepath.libraries" name="android-oauth-handler" rev="2.3.1">
  <artifact name="android-oauth-handler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.codepath.libraries', module='android-oauth-handler', version='2.3.1')
)
libraryDependencies += "com.codepath.libraries" % "android-oauth-handler" % "2.3.1"
[com.codepath.libraries/android-oauth-handler "2.3.1"]