is not current version
Last Version 1.10.6

com.github.maximejallu:adapters 1.6

Generic adapters for Android based on https://github.com/MaximeJallu/RecyclerAdapter-Java

GroupId

GroupId

com.github.maximejallu
ArtifactId

ArtifactId

adapters
Version

Version

1.6
Type

Type

aar

Download adapters 1.6


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