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