GroupId | GroupIdcom.skoumal.grimoire |
---|---|
ArtifactId | ArtifactIdwand-recyclerview |
Version | Version1.1.0-beta1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/ -->
<dependency>
<groupId>com.skoumal.grimoire</groupId>
<artifactId>wand-recyclerview</artifactId>
<version>1.1.0-beta1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/
implementation 'com.skoumal.grimoire:wand-recyclerview:1.1.0-beta1'
// https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/
implementation ("com.skoumal.grimoire:wand-recyclerview:1.1.0-beta1")
'com.skoumal.grimoire:wand-recyclerview:aar:1.1.0-beta1'
<dependency org="com.skoumal.grimoire" name="wand-recyclerview" rev="1.1.0-beta1">
<artifact name="wand-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.skoumal.grimoire', module='wand-recyclerview', version='1.1.0-beta1')
)
libraryDependencies += "com.skoumal.grimoire" % "wand-recyclerview" % "1.1.0-beta1"
[com.skoumal.grimoire/wand-recyclerview "1.1.0-beta1"]