GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdaccount-manager-presentation |
Version | Version2.0.0-alpha01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>account-manager-presentation</artifactId>
<version>2.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/
implementation 'me.proton.core:account-manager-presentation:2.0.0-alpha01'
// https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/
implementation ("me.proton.core:account-manager-presentation:2.0.0-alpha01")
'me.proton.core:account-manager-presentation:aar:2.0.0-alpha01'
<dependency org="me.proton.core" name="account-manager-presentation" rev="2.0.0-alpha01">
<artifact name="account-manager-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='account-manager-presentation', version='2.0.0-alpha01')
)
libraryDependencies += "me.proton.core" % "account-manager-presentation" % "2.0.0-alpha01"
[me.proton.core/account-manager-presentation "2.0.0-alpha01"]