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