MVN

app.cash.molecule : molecule-runtime-watchosx86

Maven & Gradle

Aug 09, 2023
1.7k stars

Molecule · Build a Flow or Observable stream using Jetpack Compose.

<dependency>
    <groupId>app.cash.molecule</groupId>
    <artifactId>molecule-runtime-watchosx86</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.molecule : molecule-runtime-watchosx86 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of app.cash.molecule : molecule-runtime-watchosx86 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
molecule-runtime-watchosx86-1.2.0
1.1.x
molecule-runtime-watchosx86-1.1.0
1.0.x
molecule-runtime-watchosx86-1.0.0
0.11.x
molecule-runtime-watchosx86-0.11.0
0.10.x
molecule-runtime-watchosx86-0.10.0
0.9.x
molecule-runtime-watchosx86-0.9.0
0.8.x
molecule-runtime-watchosx86-0.8.0
0.7.x
molecule-runtime-watchosx86-0.7.1
molecule-runtime-watchosx86-0.7.0
0.6.x
molecule-runtime-watchosx86-0.6.1

How to add a dependency to Maven

Add the following app.cash.molecule : molecule-runtime-watchosx86 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.molecule</groupId>
    <artifactId>molecule-runtime-watchosx86</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.molecule : molecule-runtime-watchosx86 gradle dependency to your build.gradle file:

implementation 'app.cash.molecule:molecule-runtime-watchosx86:1.2.0'

Gradle Kotlin DSL: Add the following app.cash.molecule : molecule-runtime-watchosx86 gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.molecule:molecule-runtime-watchosx86:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.molecule : molecule-runtime-watchosx86 sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.molecule" % "molecule-runtime-watchosx86" % "1.2.0"