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