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