GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdchallenge-presentation |
Version | Version7.1.8 |
Type | Typeaar |
Filename | Size |
---|---|
challenge-presentation-7.1.8.pom | |
challenge-presentation-7.1.8-sources.jar | 4 KB |
challenge-presentation-7.1.8-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.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation 'me.proton.core:challenge-presentation:7.1.8'
// https://jarcasting.com/artifacts/me.proton.core/challenge-presentation/
implementation ("me.proton.core:challenge-presentation:7.1.8")
'me.proton.core:challenge-presentation:aar:7.1.8'
<dependency org="me.proton.core" name="challenge-presentation" rev="7.1.8">
<artifact name="challenge-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='challenge-presentation', version='7.1.8')
)
libraryDependencies += "me.proton.core" % "challenge-presentation" % "7.1.8"
[me.proton.core/challenge-presentation "7.1.8"]