GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdpresentation |
Version | Version7.1.7 |
Type | Typeaar |
Filename | Size |
---|---|
presentation-7.1.7.pom | |
presentation-7.1.7-sources.jar | 55 KB |
presentation-7.1.7-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.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/presentation/
implementation 'me.proton.core:presentation:7.1.7'
// https://jarcasting.com/artifacts/me.proton.core/presentation/
implementation ("me.proton.core:presentation:7.1.7")
'me.proton.core:presentation:aar:7.1.7'
<dependency org="me.proton.core" name="presentation" rev="7.1.7">
<artifact name="presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='presentation', version='7.1.7')
)
libraryDependencies += "me.proton.core" % "presentation" % "7.1.7"
[me.proton.core/presentation "7.1.7"]