GroupId | GroupIdcom.skoumal.grimoire |
---|---|
ArtifactId | ArtifactIdwand-recyclerview |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
wand-recyclerview-1.0.0.pom | |
wand-recyclerview-1.0.0-sources.jar | 7 KB |
wand-recyclerview-1.0.0-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/ -->
<dependency>
<groupId>com.skoumal.grimoire</groupId>
<artifactId>wand-recyclerview</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/
implementation 'com.skoumal.grimoire:wand-recyclerview:1.0.0'
// https://jarcasting.com/artifacts/com.skoumal.grimoire/wand-recyclerview/
implementation ("com.skoumal.grimoire:wand-recyclerview:1.0.0")
'com.skoumal.grimoire:wand-recyclerview:aar:1.0.0'
<dependency org="com.skoumal.grimoire" name="wand-recyclerview" rev="1.0.0">
<artifact name="wand-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.skoumal.grimoire', module='wand-recyclerview', version='1.0.0')
)
libraryDependencies += "com.skoumal.grimoire" % "wand-recyclerview" % "1.0.0"
[com.skoumal.grimoire/wand-recyclerview "1.0.0"]