MVN

com.ensody.reactivestate : reactivestate-compose-android-debug

Maven & Gradle

Jan 08, 2022
1 usages
31 stars

ReactiveState: reactivestate-compose · Easy reactive state management for Kotlin Multiplatform. No boilerplate. Compatible with Android.

<dependency>
    <groupId>com.ensody.reactivestate</groupId>
    <artifactId>reactivestate-compose-android-debug</artifactId>
    <version>4.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ensody.reactivestate : reactivestate-compose-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.7.0

All Versions

Choose a version of com.ensody.reactivestate : reactivestate-compose-android-debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.7.x
reactivestate-compose-android-debug-4.7.0
4.6.x
reactivestate-compose-android-debug-4.6.2
reactivestate-compose-android-debug-4.6.1
reactivestate-compose-android-debug-4.6.0
4.5.x
reactivestate-compose-android-debug-4.5.0
4.4.x
reactivestate-compose-android-debug-4.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ensody.reactivestate</groupId>
    <artifactId>reactivestate-compose-android-debug</artifactId>
    <version>4.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ensody.reactivestate : reactivestate-compose-android-debug gradle dependency to your build.gradle file:

implementation 'com.ensody.reactivestate:reactivestate-compose-android-debug:4.7.0'

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

implementation("com.ensody.reactivestate:reactivestate-compose-android-debug:4.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ensody.reactivestate : reactivestate-compose-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ensody.reactivestate" % "reactivestate-compose-android-debug" % "4.7.0"