MVN

com.decathlon.vitamin.compose : checkoxes

Maven & Gradle

May 17, 2022
251 stars

Vitamin Checkoxes · Checkbox components with Vitamin design

<dependency>
    <groupId>com.decathlon.vitamin.compose</groupId>
    <artifactId>checkoxes</artifactId>
    <version>0.1.0-alpha05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.decathlon.vitamin.compose : checkoxes to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-alpha05
  • Latest Alpha: 0.1.0-alpha05

All Versions

Choose a version of com.decathlon.vitamin.compose : checkoxes to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
checkoxes-0.1.0-alpha05
checkoxes-0.1.0-alpha04
checkoxes-0.1.0-alpha03

How to add a dependency to Maven

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

<dependency>
    <groupId>com.decathlon.vitamin.compose</groupId>
    <artifactId>checkoxes</artifactId>
    <version>0.1.0-alpha05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.decathlon.vitamin.compose : checkoxes gradle dependency to your build.gradle file:

implementation 'com.decathlon.vitamin.compose:checkoxes:0.1.0-alpha05'

Gradle Kotlin DSL: Add the following com.decathlon.vitamin.compose : checkoxes gradle kotlin dependency to your build.gradle.kts file:

implementation("com.decathlon.vitamin.compose:checkoxes:0.1.0-alpha05")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.decathlon.vitamin.compose : checkoxes sbt scala dependency to your build.sbt file:

libraryDependencies += "com.decathlon.vitamin.compose" % "checkoxes" % "0.1.0-alpha05"

Advertisement