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