Recyclical

๐Ÿš€ An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

recyclical
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Recyclical
๐Ÿš€ An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.
Project URL

Project URL

https://github.com/afollestad/recyclical

Download recyclical

How to add to project

<!-- https://jarcasting.com/artifacts/com.afollestad/recyclical/ -->
<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>recyclical</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.afollestad/recyclical/
implementation 'com.afollestad:recyclical:1.1.1'
// https://jarcasting.com/artifacts/com.afollestad/recyclical/
implementation ("com.afollestad:recyclical:1.1.1")
'com.afollestad:recyclical:aar:1.1.1'
<dependency org="com.afollestad" name="recyclical" rev="1.1.1">
  <artifact name="recyclical" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.afollestad', module='recyclical', version='1.1.1')
)
libraryDependencies += "com.afollestad" % "recyclical" % "1.1.1"
[com.afollestad/recyclical "1.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.1.0
androidx.recyclerview » recyclerview jar 1.0.0

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.1
1.0.0
0.9.1
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0