MVN

com.robertlevonyan.compose : materialchip

Maven & Gradle

Feb 17, 2023
1.3k stars

chip-compose · Material Chip view. Can be used as tags for categories, contacts or creating text clouds

<dependency>
    <groupId>com.robertlevonyan.compose</groupId>
    <artifactId>materialchip</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.robertlevonyan.compose : materialchip to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6
  • Latest Beta: 3.0.0-beta10
  • Latest Alpha: 3.0.0-alpha04

All Versions

Choose a version of com.robertlevonyan.compose : materialchip to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
materialchip-3.0.6
materialchip-3.0.5
materialchip-3.0.4
materialchip-3.0.3
materialchip-3.0.2
materialchip-3.0.1
materialchip-3.0.0
materialchip-3.0.0-beta10
materialchip-3.0.0-beta09
materialchip-3.0.0-beta08
materialchip-3.0.0-beta07
materialchip-3.0.0-beta06
materialchip-3.0.0-beta04
materialchip-3.0.0-beta03
materialchip-3.0.0-beta02
materialchip-3.0.0-beta01
materialchip-3.0.0-alpha04
materialchip-3.0.0-alpha03
materialchip-3.0.0-alpha02
materialchip-3.0.0-alpha01

How to add a dependency to Maven

Add the following com.robertlevonyan.compose : materialchip maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.robertlevonyan.compose</groupId>
    <artifactId>materialchip</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.robertlevonyan.compose : materialchip gradle dependency to your build.gradle file:

implementation 'com.robertlevonyan.compose:materialchip:3.0.6'

Gradle Kotlin DSL: Add the following com.robertlevonyan.compose : materialchip gradle kotlin dependency to your build.gradle.kts file:

implementation("com.robertlevonyan.compose:materialchip:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.robertlevonyan.compose : materialchip sbt scala dependency to your build.sbt file:

libraryDependencies += "com.robertlevonyan.compose" % "materialchip" % "3.0.6"