GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version1.15.2 |
Type | Typeaar |
Filename | Size |
---|---|
auth-1.15.2.pom | |
auth-1.15.2-sources.jar | 261 bytes |
auth-1.15.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.15.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation 'me.proton.core:auth:1.15.2'
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation ("me.proton.core:auth:1.15.2")
'me.proton.core:auth:aar:1.15.2'
<dependency org="me.proton.core" name="auth" rev="1.15.2">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='auth', version='1.15.2')
)
libraryDependencies += "me.proton.core" % "auth" % "1.15.2"
[me.proton.core/auth "1.15.2"]