GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdauth |
Version | Version1.16 |
Type | Typeaar |
Filename | Size |
---|---|
auth-1.16.pom | |
auth-1.16-sources.jar | 261 bytes |
auth-1.16-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/auth/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>auth</artifactId>
<version>1.16</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation 'me.proton.core:auth:1.16'
// https://jarcasting.com/artifacts/me.proton.core/auth/
implementation ("me.proton.core:auth:1.16")
'me.proton.core:auth:aar:1.16'
<dependency org="me.proton.core" name="auth" rev="1.16">
<artifact name="auth" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='auth', version='1.16')
)
libraryDependencies += "me.proton.core" % "auth" % "1.16"
[me.proton.core/auth "1.16"]