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