is not current version
Last Version 1.10.6

com.github.maximejallu:adapters 1.9

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

GroupId

GroupId

com.github.maximejallu
ArtifactId

ArtifactId

adapters
Version

Version

1.9
Type

Type

aar

Download adapters 1.9


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