MVN

com.decathlon.vitamin.compose : Radiobutton

Maven & Gradle

Feb 28, 2022

Vitamin Radiobutton · Radiobutton components with Vitamin design

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

Latest Version

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

  • Latest Stable: 0.1.0-alpha04
  • Latest Alpha: 0.1.0-alpha04

All Versions

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

Version Vulnerabilities Updated
0.1.x
Radiobutton-0.1.0-alpha04

How to add a dependency to Maven

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

<dependency>
    <groupId>com.decathlon.vitamin.compose</groupId>
    <artifactId>Radiobutton</artifactId>
    <version>0.1.0-alpha04</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.decathlon.vitamin.compose:Radiobutton:0.1.0-alpha04'

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

implementation("com.decathlon.vitamin.compose:Radiobutton:0.1.0-alpha04")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.decathlon.vitamin.compose" % "Radiobutton" % "0.1.0-alpha04"