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