MVN

com.github.maximejallu : adapters-kotlin

Maven & Gradle

Aug 31, 2018
7 stars

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

<dependency>
    <groupId>com.github.maximejallu</groupId>
    <artifactId>adapters-kotlin</artifactId>
    <version>18.08.01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.maximejallu : adapters-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 18.08.01

All Versions

Choose a version of com.github.maximejallu : adapters-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
18.08.x
adapters-kotlin-18.08.01
18.07.x
adapters-kotlin-18.07.02
adapters-kotlin-18.07.01

How to add a dependency to Maven

Add the following com.github.maximejallu : adapters-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.maximejallu</groupId>
    <artifactId>adapters-kotlin</artifactId>
    <version>18.08.01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.maximejallu : adapters-kotlin gradle dependency to your build.gradle file:

implementation 'com.github.maximejallu:adapters-kotlin:18.08.01'

Gradle Kotlin DSL: Add the following com.github.maximejallu : adapters-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.maximejallu:adapters-kotlin:18.08.01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.maximejallu : adapters-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.maximejallu" % "adapters-kotlin" % "18.08.01"

Advertisement