is not current version
Last Version 8.4.0

me.proton.core:presentation 1.15.3

Proton Core libraries for Android

GroupId

GroupId

me.proton.core
ArtifactId

ArtifactId

presentation
Version

Version

1.15.3
Type

Type

aar

Download presentation 1.15.3


<!-- https://jarcasting.com/artifacts/me.proton.core/presentation/ -->
<dependency>
    <groupId>me.proton.core</groupId>
    <artifactId>presentation</artifactId>
    <version>1.15.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/presentation/
implementation 'me.proton.core:presentation:1.15.3'
// https://jarcasting.com/artifacts/me.proton.core/presentation/
implementation ("me.proton.core:presentation:1.15.3")
'me.proton.core:presentation:aar:1.15.3'
<dependency org="me.proton.core" name="presentation" rev="1.15.3">
  <artifact name="presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='presentation', version='1.15.3')
)
libraryDependencies += "me.proton.core" % "presentation" % "1.15.3"
[me.proton.core/presentation "1.15.3"]