MVN

app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64

Maven & Gradle

1.4k stars

Redwood Layout: Layout Modifiers · Multiplatform reactive UI using Kotlin and Jetpack Compose

<dependency>
    <groupId>app.cash.redwood</groupId>
    <artifactId>redwood-layout-layoutmodifiers-iossimulatorarm64</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
redwood-layout-layoutmodifiers-iossimulatorarm64-0.3.0
0.2.x
redwood-layout-layoutmodifiers-iossimulatorarm64-0.2.1
redwood-layout-layoutmodifiers-iossimulatorarm64-0.2.0
0.1.x
redwood-layout-layoutmodifiers-iossimulatorarm64-0.1.1-test-only
redwood-layout-layoutmodifiers-iossimulatorarm64-0.1.0

How to add a dependency to Maven

Add the following app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.redwood</groupId>
    <artifactId>redwood-layout-layoutmodifiers-iossimulatorarm64</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 gradle dependency to your build.gradle file:

implementation 'app.cash.redwood:redwood-layout-layoutmodifiers-iossimulatorarm64:0.3.0'

Gradle Kotlin DSL: Add the following app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.redwood:redwood-layout-layoutmodifiers-iossimulatorarm64:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.redwood : redwood-layout-layoutmodifiers-iossimulatorarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.redwood" % "redwood-layout-layoutmodifiers-iossimulatorarm64" % "0.3.0"