is not current version
Last Version 5.0.1

com.ensody.reactivestate:reactivestate 3.4.0-dev.1

An easy to understand reactive state management solution for Kotlin and Android.

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.ensody.reactivestate
ArtifactId

ArtifactId

reactivestate
Version

Version

3.4.0-dev.1
Type

Type

aar

Download reactivestate 3.4.0-dev.1


<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/ -->
<dependency>
    <groupId>com.ensody.reactivestate</groupId>
    <artifactId>reactivestate</artifactId>
    <version>3.4.0-dev.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/
implementation 'com.ensody.reactivestate:reactivestate:3.4.0-dev.1'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/
implementation ("com.ensody.reactivestate:reactivestate:3.4.0-dev.1")
'com.ensody.reactivestate:reactivestate:aar:3.4.0-dev.1'
<dependency org="com.ensody.reactivestate" name="reactivestate" rev="3.4.0-dev.1">
  <artifact name="reactivestate" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate', version='3.4.0-dev.1')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate" % "3.4.0-dev.1"
[com.ensody.reactivestate/reactivestate "3.4.0-dev.1"]