MVN

io.github.dokar3 : chiptextfield

Maven & Gradle

Aug 13, 2023
68 stars

ChipTextField · Editable chip layout in Jetpack Compose.

<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>chiptextfield</artifactId>
    <version>0.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dokar3 : chiptextfield to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.9
  • Latest Release Candidate: 0.4.0-rc
  • Latest Beta: 0.4.0-beta
  • Latest Alpha: 0.4.0-alpha

All Versions

Choose a version of io.github.dokar3 : chiptextfield to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
chiptextfield-0.4.9
chiptextfield-0.4.8
chiptextfield-0.4.7
chiptextfield-0.4.6
chiptextfield-0.4.5
chiptextfield-0.4.4
chiptextfield-0.4.3
chiptextfield-0.4.2
chiptextfield-0.4.1
chiptextfield-0.4.0
chiptextfield-0.4.0-rc
chiptextfield-0.4.0-beta
chiptextfield-0.4.0-alpha
0.3.x
chiptextfield-0.3.0
0.2.x
chiptextfield-0.2.9
chiptextfield-0.2.8
chiptextfield-0.2.7
chiptextfield-0.2.6
chiptextfield-0.2.5
chiptextfield-0.2.4
chiptextfield-0.2.3
chiptextfield-0.2.2
chiptextfield-0.2.1
chiptextfield-0.2.0
0.1.x
chiptextfield-0.1.6
chiptextfield-0.1.5
chiptextfield-0.1.4
chiptextfield-0.1.3
chiptextfield-0.1.2
chiptextfield-0.1.1
chiptextfield-0.1.0

How to add a dependency to Maven

Add the following io.github.dokar3 : chiptextfield maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dokar3</groupId>
    <artifactId>chiptextfield</artifactId>
    <version>0.4.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dokar3 : chiptextfield gradle dependency to your build.gradle file:

implementation 'io.github.dokar3:chiptextfield:0.4.9'

Gradle Kotlin DSL: Add the following io.github.dokar3 : chiptextfield gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dokar3:chiptextfield:0.4.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dokar3 : chiptextfield sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dokar3" % "chiptextfield" % "0.4.9"

Advertisement