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