GroupId | GroupIdcom.codepath.libraries |
---|---|
ArtifactId | ArtifactIdandroid-oauth-handler |
Version | Version2.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-oauth-handler-2.2.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/ -->
<dependency>
<groupId>com.codepath.libraries</groupId>
<artifactId>android-oauth-handler</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/
implementation 'com.codepath.libraries:android-oauth-handler:2.2.0'
// https://jarcasting.com/artifacts/com.codepath.libraries/android-oauth-handler/
implementation ("com.codepath.libraries:android-oauth-handler:2.2.0")
'com.codepath.libraries:android-oauth-handler:aar:2.2.0'
<dependency org="com.codepath.libraries" name="android-oauth-handler" rev="2.2.0">
<artifact name="android-oauth-handler" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.codepath.libraries', module='android-oauth-handler', version='2.2.0')
)
libraryDependencies += "com.codepath.libraries" % "android-oauth-handler" % "2.2.0"
[com.codepath.libraries/android-oauth-handler "2.2.0"]