License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.afollestad |
ArtifactId | ArtifactIdrecyclical |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionRecyclical
๐ An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.
|
Project URL |
Project URL |
Filename | Size |
---|---|
recyclical-1.1.1.pom | |
recyclical-1.1.1.aar | 104 KB |
recyclical-1.1.1-sources.jar | 26 KB |
recyclical-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.1.0 |
androidx.recyclerview » recyclerview | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.50 |