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