GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdchallenge-presentation |
Version | Version7.2.3-5.12 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>challenge-presentation</artifactId>
<version>7.2.3-5.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation 'me.proton.core:challenge-presentation:7.2.3-5.12'
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation ("me.proton.core:challenge-presentation:7.2.3-5.12")
'me.proton.core:challenge-presentation:aar:7.2.3-5.12'
<dependency org="me.proton.core" name="challenge-presentation" rev="7.2.3-5.12">
<artifact name="challenge-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='challenge-presentation', version='7.2.3-5.12')
)
libraryDependencies += "me.proton.core" % "challenge-presentation" % "7.2.3-5.12"
[me.proton.core/challenge-presentation "7.2.3-5.12"]