is not current version
Last Version 8.4.0

me.proton.core:presentation 8.0.0

Proton Core libraries for Android

GroupId

GroupId

me.proton.core
ArtifactId

ArtifactId

presentation
Version

Version

8.0.0
Type

Type

aar

Download presentation 8.0.0


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