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