Decorator

A collection of ItemDecorations for RecyclerView

License

License

GroupId

GroupId

com.rubensousa
ArtifactId

ArtifactId

decorator
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

Decorator
A collection of ItemDecorations for RecyclerView
Project URL

Project URL

https://github.com/rubensousa/Decorator/
Source Code Management

Source Code Management

https://github.com/rubensousa/Decorator/

Download decorator

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
androidx.recyclerview » recyclerview jar 1.2.1

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.6.21
androidx.appcompat » appcompat jar 1.4.2
androidx.core » core-ktx jar 1.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.1-rc01
2.0.0
2.0.0-beta01