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