is not current version
Last Version 1.10.6

com.github.maximejallu:adapters rootProject.ext.versionCode

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

GroupId

GroupId

com.github.maximejallu
ArtifactId

ArtifactId

adapters
Version

Version

rootProject.ext.versionCode
Type

Type

aar

Download adapters rootProject.ext.versionCode


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