GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdcontact-hilt |
Version | Version1.19.3 |
Type | Typeaar |
Filename | Size |
---|---|
contact-hilt-1.19.3.pom | |
contact-hilt-1.19.3-sources.jar | 1 KB |
contact-hilt-1.19.3-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/contact-hilt/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>contact-hilt</artifactId>
<version>1.19.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/contact-hilt/
implementation 'me.proton.core:contact-hilt:1.19.3'
// https://jarcasting.com/artifacts/me.proton.core/contact-hilt/
implementation ("me.proton.core:contact-hilt:1.19.3")
'me.proton.core:contact-hilt:aar:1.19.3'
<dependency org="me.proton.core" name="contact-hilt" rev="1.19.3">
<artifact name="contact-hilt" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='contact-hilt', version='1.19.3')
)
libraryDependencies += "me.proton.core" % "contact-hilt" % "1.19.3"
[me.proton.core/contact-hilt "1.19.3"]