is not current version
Last Version 1.7.1

com.liftric:auth 1.4.0

Lightweight AWS Cognito client for Kotlin Multiplatform projects.

GroupId

GroupId

com.liftric
ArtifactId

ArtifactId

auth
Version

Version

1.4.0
Type

Type

pom

Download auth 1.4.0


<!-- https://jarcasting.com/artifacts/com.liftric/auth/ -->
<dependency>
    <groupId>com.liftric</groupId>
    <artifactId>auth</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.liftric/auth/
implementation 'com.liftric:auth:1.4.0'
// https://jarcasting.com/artifacts/com.liftric/auth/
implementation ("com.liftric:auth:1.4.0")
'com.liftric:auth:pom:1.4.0'
<dependency org="com.liftric" name="auth" rev="1.4.0">
  <artifact name="auth" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.liftric', module='auth', version='1.4.0')
)
libraryDependencies += "com.liftric" % "auth" % "1.4.0"
[com.liftric/auth "1.4.0"]