MVN

tz.co.asoft : color-compose-android

Maven & Gradle

Feb 18, 2022

color-compose · A platform agnostic color library for compose

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>color-compose-android</artifactId>
    <version>0.2.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : color-compose-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.29

All Versions

Choose a version of tz.co.asoft : color-compose-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
color-compose-android-0.2.29
color-compose-android-0.2.28
color-compose-android-0.2.27
color-compose-android-0.2.26
color-compose-android-0.2.25
color-compose-android-0.2.23
color-compose-android-0.2.22
color-compose-android-0.2.21
color-compose-android-0.2.20
color-compose-android-0.2.10
color-compose-android-0.2.0
0.0.x
color-compose-android-0.0.80

How to add a dependency to Maven

Add the following tz.co.asoft : color-compose-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>color-compose-android</artifactId>
    <version>0.2.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : color-compose-android gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:color-compose-android:0.2.29'

Gradle Kotlin DSL: Add the following tz.co.asoft : color-compose-android gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:color-compose-android:0.2.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : color-compose-android sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "color-compose-android" % "0.2.29"

Advertisement