is not current version
Last Version 5.0.1

com.ensody.reactivestate:reactivestate 3.4.0

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
Type

Type

aar

Download reactivestate 3.4.0


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