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