MVN

io.github.windedge.table : table-m3-jvm

Maven & Gradle

Apr 26, 2024
13 stars

Compose Table Component for Material 3 · Construct an object with copy and map

<dependency>
    <groupId>io.github.windedge.table</groupId>
    <artifactId>table-m3-jvm</artifactId>
    <version>0.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.windedge.table : table-m3-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.8

All Versions

Choose a version of io.github.windedge.table : table-m3-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
table-m3-jvm-0.1.8

How to add a dependency to Maven

Add the following io.github.windedge.table : table-m3-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.windedge.table</groupId>
    <artifactId>table-m3-jvm</artifactId>
    <version>0.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.windedge.table : table-m3-jvm gradle dependency to your build.gradle file:

implementation 'io.github.windedge.table:table-m3-jvm:0.1.8'

Gradle Kotlin DSL: Add the following io.github.windedge.table : table-m3-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.windedge.table:table-m3-jvm:0.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.windedge.table : table-m3-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.windedge.table" % "table-m3-jvm" % "0.1.8"