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