GroupId | GroupIdcom.liftric |
---|---|
ArtifactId | ArtifactIdcognito-idp-android |
Version | Version2.4.2-prerelease-1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.liftric/cognito-idp-android/ -->
<dependency>
<groupId>com.liftric</groupId>
<artifactId>cognito-idp-android</artifactId>
<version>2.4.2-prerelease-1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.liftric/cognito-idp-android/
implementation 'com.liftric:cognito-idp-android:2.4.2-prerelease-1'
// https://jarcasting.com/artifacts/com.liftric/cognito-idp-android/
implementation ("com.liftric:cognito-idp-android:2.4.2-prerelease-1")
'com.liftric:cognito-idp-android:aar:2.4.2-prerelease-1'
<dependency org="com.liftric" name="cognito-idp-android" rev="2.4.2-prerelease-1">
<artifact name="cognito-idp-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.liftric', module='cognito-idp-android', version='2.4.2-prerelease-1')
)
libraryDependencies += "com.liftric" % "cognito-idp-android" % "2.4.2-prerelease-1"
[com.liftric/cognito-idp-android "2.4.2-prerelease-1"]