GroupId | GroupIdcom.liftric |
---|---|
ArtifactId | ArtifactIdauth-android |
Version | Version1.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
auth-android-1.6.0.pom | |
auth-android-1.6.0-sources.jar | 15 KB |
auth-android-1.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.liftric/auth-android/ -->
<dependency>
<groupId>com.liftric</groupId>
<artifactId>auth-android</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.liftric/auth-android/
implementation 'com.liftric:auth-android:1.6.0'
// https://jarcasting.com/artifacts/com.liftric/auth-android/
implementation ("com.liftric:auth-android:1.6.0")
'com.liftric:auth-android:aar:1.6.0'
<dependency org="com.liftric" name="auth-android" rev="1.6.0">
<artifact name="auth-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.liftric', module='auth-android', version='1.6.0')
)
libraryDependencies += "com.liftric" % "auth-android" % "1.6.0"
[com.liftric/auth-android "1.6.0"]