MVN

com.cheonjaeung.compose.grid : grid-android

Maven & Gradle

Apr 11, 2024
36 stars

GridLayout for Compose · Missing grid layout for Jetpack Compose and Compose Multiplatform.

<dependency>
    <groupId>com.cheonjaeung.compose.grid</groupId>
    <artifactId>grid-android</artifactId>
    <version>2.0.0-alpha01</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cheonjaeung.compose.grid : grid-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha01
  • Latest Alpha: 2.0.0-alpha01

All Versions

Choose a version of com.cheonjaeung.compose.grid : grid-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
grid-android-2.0.0-alpha01

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cheonjaeung.compose.grid</groupId>
    <artifactId>grid-android</artifactId>
    <version>2.0.0-alpha01</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cheonjaeung.compose.grid : grid-android gradle dependency to your build.gradle file:

implementation 'com.cheonjaeung.compose.grid:grid-android:2.0.0-alpha01'

Gradle Kotlin DSL: Add the following com.cheonjaeung.compose.grid : grid-android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cheonjaeung.compose.grid:grid-android:2.0.0-alpha01")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cheonjaeung.compose.grid : grid-android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cheonjaeung.compose.grid" % "grid-android" % "2.0.0-alpha01"