GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdhuman-verification-presentation |
Version | Version4.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.proton.core/human-verification-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>human-verification-presentation</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/human-verification-presentation/
implementation 'me.proton.core:human-verification-presentation:4.0.0'
// https://jarcasting.com/artifacts/me.proton.core/human-verification-presentation/
implementation ("me.proton.core:human-verification-presentation:4.0.0")
'me.proton.core:human-verification-presentation:aar:4.0.0'
<dependency org="me.proton.core" name="human-verification-presentation" rev="4.0.0">
<artifact name="human-verification-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='human-verification-presentation', version='4.0.0')
)
libraryDependencies += "me.proton.core" % "human-verification-presentation" % "4.0.0"
[me.proton.core/human-verification-presentation "4.0.0"]