GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdcontact-hilt |
Version | Version7.1.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
contact-hilt-7.1.2.1.pom | |
contact-hilt-7.1.2.1-sources.jar | 1 KB |
contact-hilt-7.1.2.1-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.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/contact-hilt/
implementation 'me.proton.core:contact-hilt:7.1.2.1'
// https://jarcasting.com/artifacts/me.proton.core/contact-hilt/
implementation ("me.proton.core:contact-hilt:7.1.2.1")
'me.proton.core:contact-hilt:aar:7.1.2.1'
<dependency org="me.proton.core" name="contact-hilt" rev="7.1.2.1">
<artifact name="contact-hilt" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='contact-hilt', version='7.1.2.1')
)
libraryDependencies += "me.proton.core" % "contact-hilt" % "7.1.2.1"
[me.proton.core/contact-hilt "7.1.2.1"]