| Группа | Группаme.proton.core |
|---|---|
| Идентификатор | Идентификаторaccount-manager-presentation |
| Версия | Версия1.0.9 |
| Тип | Типaar |
<!-- https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>account-manager-presentation</artifactId>
<version>1.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/
implementation 'me.proton.core:account-manager-presentation:1.0.9'
// https://jarcasting.com/artifacts/me.proton.core/account-manager-presentation/
implementation ("me.proton.core:account-manager-presentation:1.0.9")
'me.proton.core:account-manager-presentation:aar:1.0.9'
<dependency org="me.proton.core" name="account-manager-presentation" rev="1.0.9">
<artifact name="account-manager-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='account-manager-presentation', version='1.0.9')
)
libraryDependencies += "me.proton.core" % "account-manager-presentation" % "1.0.9"
[me.proton.core/account-manager-presentation "1.0.9"]