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