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