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