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