| GroupId | GroupIdco.trikita |
|---|---|
| ArtifactId | ArtifactIdanvil-recyclerview-v7 |
| Version | Version0.3.6 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.trikita/anvil-recyclerview-v7/ -->
<dependency>
<groupId>co.trikita</groupId>
<artifactId>anvil-recyclerview-v7</artifactId>
<version>0.3.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.trikita/anvil-recyclerview-v7/
implementation 'co.trikita:anvil-recyclerview-v7:0.3.6'
// https://jarcasting.com/artifacts/co.trikita/anvil-recyclerview-v7/
implementation ("co.trikita:anvil-recyclerview-v7:0.3.6")
'co.trikita:anvil-recyclerview-v7:aar:0.3.6'
<dependency org="co.trikita" name="anvil-recyclerview-v7" rev="0.3.6">
<artifact name="anvil-recyclerview-v7" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.trikita', module='anvil-recyclerview-v7', version='0.3.6')
)
libraryDependencies += "co.trikita" % "anvil-recyclerview-v7" % "0.3.6"
[co.trikita/anvil-recyclerview-v7 "0.3.6"]