MVN

com.rubensousa.lista : lista-compose

Maven & Gradle

Nov 26, 2023
14 stars

lista-compose · A modular approach for building lists in Compose

<dependency>
    <groupId>com.rubensousa.lista</groupId>
    <artifactId>lista-compose</artifactId>
    <version>4.0.0-alpha02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rubensousa.lista : lista-compose to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-alpha02
  • Latest Alpha: 4.0.0-alpha02

All Versions

Choose a version of com.rubensousa.lista : lista-compose to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
lista-compose-4.0.0-alpha02

How to add a dependency to Maven

Add the following com.rubensousa.lista : lista-compose maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rubensousa.lista</groupId>
    <artifactId>lista-compose</artifactId>
    <version>4.0.0-alpha02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rubensousa.lista : lista-compose gradle dependency to your build.gradle file:

implementation 'com.rubensousa.lista:lista-compose:4.0.0-alpha02'

Gradle Kotlin DSL: Add the following com.rubensousa.lista : lista-compose gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rubensousa.lista:lista-compose:4.0.0-alpha02")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rubensousa.lista : lista-compose sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rubensousa.lista" % "lista-compose" % "4.0.0-alpha02"