Android Easy Adapter

Library that facilitates the use of AdapterViews and RecyclerViews on Android

License

License

GroupId

GroupId

uk.co.ribot
ArtifactId

ArtifactId

easyadapter
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Android Easy Adapter
Library that facilitates the use of AdapterViews and RecyclerViews on Android
Project URL

Project URL

https://github.com/ribot/easy-adapter

Download easyadapter

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.ribot/easyadapter/ -->
<dependency>
    <groupId>uk.co.ribot</groupId>
    <artifactId>easyadapter</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.ribot/easyadapter/
implementation 'uk.co.ribot:easyadapter:1.5.0'
// https://jarcasting.com/artifacts/uk.co.ribot/easyadapter/
implementation ("uk.co.ribot:easyadapter:1.5.0")
'uk.co.ribot:easyadapter:jar:1.5.0'
<dependency org="uk.co.ribot" name="easyadapter" rev="1.5.0">
  <artifact name="easyadapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.ribot', module='easyadapter', version='1.5.0')
)
libraryDependencies += "uk.co.ribot" % "easyadapter" % "1.5.0"
[uk.co.ribot/easyadapter "1.5.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » recyclerview-v7 jar 22.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0