MVN

com.optimetriks.unio.compose : cards

Maven & Gradle

May 13, 2024

Cards · Unio Cards components.

<dependency>
    <groupId>com.optimetriks.unio.compose</groupId>
    <artifactId>cards</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optimetriks.unio.compose : cards to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of com.optimetriks.unio.compose : cards to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4
cards-4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.optimetriks.unio.compose</groupId>
    <artifactId>cards</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.optimetriks.unio.compose : cards gradle dependency to your build.gradle file:

implementation 'com.optimetriks.unio.compose:cards:4'

Gradle Kotlin DSL: Add the following com.optimetriks.unio.compose : cards gradle kotlin dependency to your build.gradle.kts file:

implementation("com.optimetriks.unio.compose:cards:4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.optimetriks.unio.compose : cards sbt scala dependency to your build.sbt file:

libraryDependencies += "com.optimetriks.unio.compose" % "cards" % "4"