| License |
License |
|---|---|
| GroupId | GroupIdcom.smartcar.sdk |
| ArtifactId | ArtifactIdsmartcar-auth |
| Version | Version3.1.0 |
| Type | Typeaar |
| Description |
Descriptionsmartcar-auth
Smartcar Android Auth SDK
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smartcar-auth-3.1.0.pom | |
| smartcar-auth-3.1.0.aar | 24 KB |
| smartcar-auth-3.1.0-sources.aar | 8 KB |
| smartcar-auth-3.1.0-javadoc.aar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.smartcar.sdk/smartcar-auth/ -->
<dependency>
<groupId>com.smartcar.sdk</groupId>
<artifactId>smartcar-auth</artifactId>
<version>3.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.smartcar.sdk/smartcar-auth/
implementation 'com.smartcar.sdk:smartcar-auth:3.1.0'
// https://jarcasting.com/artifacts/com.smartcar.sdk/smartcar-auth/
implementation ("com.smartcar.sdk:smartcar-auth:3.1.0")
'com.smartcar.sdk:smartcar-auth:aar:3.1.0'
<dependency org="com.smartcar.sdk" name="smartcar-auth" rev="3.1.0">
<artifact name="smartcar-auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.smartcar.sdk', module='smartcar-auth', version='3.1.0')
)
libraryDependencies += "com.smartcar.sdk" % "smartcar-auth" % "3.1.0"
[com.smartcar.sdk/smartcar-auth "3.1.0"]