is not current version
Last Version 1.10.6

com.github.maximejallu:adapters 1.10.2

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

GroupId

GroupId

com.github.maximejallu
ArtifactId

ArtifactId

adapters
Version

Version

1.10.2
Type

Type

aar

Download adapters 1.10.2


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