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