GroupId | GroupIdme.zalo |
---|---|
ArtifactId | ArtifactIdsdk-auth |
Version | Version4.0.1014 |
Type | Typeaar |
Filename | Size |
---|---|
sdk-auth-4.0.1014.pom | |
sdk-auth-4.0.1014.aar | 332 KB |
sdk-auth-4.0.1014-sources.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.zalo/sdk-auth/ -->
<dependency>
<groupId>me.zalo</groupId>
<artifactId>sdk-auth</artifactId>
<version>4.0.1014</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.zalo/sdk-auth/
implementation 'me.zalo:sdk-auth:4.0.1014'
// https://jarcasting.com/artifacts/me.zalo/sdk-auth/
implementation ("me.zalo:sdk-auth:4.0.1014")
'me.zalo:sdk-auth:aar:4.0.1014'
<dependency org="me.zalo" name="sdk-auth" rev="4.0.1014">
<artifact name="sdk-auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.zalo', module='sdk-auth', version='4.0.1014')
)
libraryDependencies += "me.zalo" % "sdk-auth" % "4.0.1014"
[me.zalo/sdk-auth "4.0.1014"]