GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdchallenge-presentation |
Version | Version7.1.10 |
Type | Typeaar |
Filename | Size |
---|---|
challenge-presentation-7.1.10.pom | |
challenge-presentation-7.1.10-sources.jar | 4 KB |
challenge-presentation-7.1.10-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>challenge-presentation</artifactId>
<version>7.1.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation 'me.proton.core:challenge-presentation:7.1.10'
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation ("me.proton.core:challenge-presentation:7.1.10")
'me.proton.core:challenge-presentation:aar:7.1.10'
<dependency org="me.proton.core" name="challenge-presentation" rev="7.1.10">
<artifact name="challenge-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='challenge-presentation', version='7.1.10')
)
libraryDependencies += "me.proton.core" % "challenge-presentation" % "7.1.10"
[me.proton.core/challenge-presentation "7.1.10"]