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