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