License |
License |
---|---|
GroupId | GroupIdme.proton.core |
ArtifactId | ArtifactIdauth |
Version | Version1.18.2 |
Type | Typeaar |
Description |
Descriptionme.proton.core:auth
Proton Core libraries for Android
|
Project URL |
Project URL |
Filename | Size |
---|---|
auth-1.18.2.pom | |
auth-1.18.2-sources.jar | 261 bytes |
auth-1.18.2-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/auth/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>auth</artifactId>
<version>1.18.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation 'me.proton.core:auth:1.18.2'
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation ("me.proton.core:auth:1.18.2")
'me.proton.core:auth:aar:1.18.2'
<dependency org="me.proton.core" name="auth" rev="1.18.2">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='auth', version='1.18.2')
)
libraryDependencies += "me.proton.core" % "auth" % "1.18.2"
[me.proton.core/auth "1.18.2"]
Group / Artifact | Type | Version |
---|---|---|
me.proton.core : auth-presentation | jar | 1.18.2 |
me.proton.core : auth-domain | jar | 1.18.2 |
me.proton.core : auth-data | jar | 1.18.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.30 |