OAuth

Piano SDK for Android

Лицензия

Лицензия

Группа

Группа

io.piano.android
Идентификатор

Идентификатор

oauth
Последняя версия

Последняя версия

2.0.0-alpha01
Дата

Дата

Тип

Тип

aar
Описание

Описание

OAuth
Piano SDK for Android
Система контроля версий

Система контроля версий

https://github.com/tinypass/piano-sdk-for-android

Скачать oauth

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.android.support » customtabs jar 28.0.0
com.squareup.okhttp3 : okhttp jar 3.12.6
com.squareup.okio : okio jar 2.4.2

Модули Проекта

Данный проект не имеет модулей.

Piano SDK for Android

Welcome to Piano SDK for Android.

Getting started

This document details the process of integrating the Piano SDK with your Android application. If you have any questions, don't hesitate to email us at support@piano.io.

Download the Piano SDK

Gradle

The Piano SDK is available as an AAR via jCenter. To add the composer, composer-show-template, id, etc. dependencies, open your project’s build.gradle/build.gradle.kts and update dependencies block:

Usage

API

Take a look at API readme

Composer

Take a look at Composer readme

ID

Take a look at Piano ID readme

Sample

We created a sample app to showcase our SDK and highlight some of the features provided by each API.

Don't forget to specify io.piano.aid=$YOUR_AID in piano.properties in sample/sample-ktx before you start importing!

License

Copyright 2016 Piano, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
io.piano.android

Версии библиотеки

Версия
2.0.0-alpha01
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha8
1.0.0-alpha7
1.0.0-alpha6
1.0.0-alpha5
1.0.0-alpha4
1.0.0-alpha3
1.0.0-alpha2
1.0.0-alpha1