is not current version
Last Version 1.4.6

io.github.sberid:SberIdSDK 1.4.4

Android SDK помогает реализовать получение кода авторизации (Auth Code) Сбер ID минимальными усилиями со стороны разработчика и в соответствии с утвержденными гайдами по отображению кнопки.

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

io.github.sberid
ArtifactId

ArtifactId

SberIdSDK
Version

Version

1.4.4
Type

Type

aar

Download SberIdSDK 1.4.4


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