Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.reactivesprint |
ArtifactId | ArtifactIdrsandroid-recyclerview |
Version | Version0.3.2 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid-recyclerview/ -->
<dependency>
<groupId>com.github.reactivesprint</groupId>
<artifactId>rsandroid-recyclerview</artifactId>
<version>0.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid-recyclerview/
implementation 'com.github.reactivesprint:rsandroid-recyclerview:0.3.2'
// https://jarcasting.com/artifacts/com.github.reactivesprint/rsandroid-recyclerview/
implementation ("com.github.reactivesprint:rsandroid-recyclerview:0.3.2")
'com.github.reactivesprint:rsandroid-recyclerview:aar:0.3.2'
<dependency org="com.github.reactivesprint" name="rsandroid-recyclerview" rev="0.3.2">
<artifact name="rsandroid-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.reactivesprint', module='rsandroid-recyclerview', version='0.3.2')
)
libraryDependencies += "com.github.reactivesprint" % "rsandroid-recyclerview" % "0.3.2"
[com.github.reactivesprint/rsandroid-recyclerview "0.3.2"]