is not current version
Last Version 18.08.01

com.github.maximejallu:adapters-kotlin 18.07.02

Generic adapters for Android based on https://github.com/MaximeJallu/generic-adapter-kotlin

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.maximejallu
ArtifactId

ArtifactId

adapters-kotlin
Version

Version

18.07.02
Type

Type

aar

Download adapters-kotlin 18.07.02


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