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