GroupId | GroupIdru.yoomoney.sdk.auth |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version1.2.8 |
Type | Typeaar |
Filename | Size |
---|---|
auth-1.2.8.pom | |
auth-1.2.8-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/auth/ -->
<dependency>
<groupId>ru.yoomoney.sdk.auth</groupId>
<artifactId>auth</artifactId>
<version>1.2.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/auth/
implementation 'ru.yoomoney.sdk.auth:auth:1.2.8'
// https://jarcasting.com/artifacts/ru.yoomoney.sdk.auth/auth/
implementation ("ru.yoomoney.sdk.auth:auth:1.2.8")
'ru.yoomoney.sdk.auth:auth:aar:1.2.8'
<dependency org="ru.yoomoney.sdk.auth" name="auth" rev="1.2.8">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.yoomoney.sdk.auth', module='auth', version='1.2.8')
)
libraryDependencies += "ru.yoomoney.sdk.auth" % "auth" % "1.2.8"
[ru.yoomoney.sdk.auth/auth "1.2.8"]