GroupId | GroupIdcom.auth0.android |
---|---|
ArtifactId | ArtifactIdlock-sms |
Version | Version1.9.2 |
Type | Typeaar |
Filename | Size |
---|---|
lock-sms-1.9.2.pom | |
lock-sms-1.9.2.aar | 59 KB |
lock-sms-1.9.2-sources.jar | 20 KB |
lock-sms-1.9.2-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/lock-sms/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>lock-sms</artifactId>
<version>1.9.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/lock-sms/
implementation 'com.auth0.android:lock-sms:1.9.2'
// https://jarcasting.com/artifacts/com.auth0.android/lock-sms/
implementation ("com.auth0.android:lock-sms:1.9.2")
'com.auth0.android:lock-sms:aar:1.9.2'
<dependency org="com.auth0.android" name="lock-sms" rev="1.9.2">
<artifact name="lock-sms" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='lock-sms', version='1.9.2')
)
libraryDependencies += "com.auth0.android" % "lock-sms" % "1.9.2"
[com.auth0.android/lock-sms "1.9.2"]