MVN

me.drakeet.multitype : multitype-kotlin

Maven & Gradle

Feb 18, 2018
5.7k stars

MultiType-Kotlin · An Android library to create multiple item types list views easily and flexibly.

<dependency>
    <groupId>me.drakeet.multitype</groupId>
    <artifactId>multitype-kotlin</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.drakeet.multitype : multitype-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4
  • Latest Beta: 3.4.2-beta1

All Versions

Choose a version of me.drakeet.multitype : multitype-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
multitype-kotlin-3.4.4
multitype-kotlin-3.4.3
multitype-kotlin-3.4.2-beta1
multitype-kotlin-3.4.2-beta

How to add a dependency to Maven

Add the following me.drakeet.multitype : multitype-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.drakeet.multitype</groupId>
    <artifactId>multitype-kotlin</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.drakeet.multitype : multitype-kotlin gradle dependency to your build.gradle file:

implementation 'me.drakeet.multitype:multitype-kotlin:3.4.4'

Gradle Kotlin DSL: Add the following me.drakeet.multitype : multitype-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("me.drakeet.multitype:multitype-kotlin:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.drakeet.multitype : multitype-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "me.drakeet.multitype" % "multitype-kotlin" % "3.4.4"

Advertisement