is not current version
Last Version 5.0.1

com.ensody.reactivestate:reactivestate-js 4.3.2

Easy reactive state management for Kotlin Multiplatform. No boilerplate. Compatible with Android.

Categories

Categories

JavaScript Languages React User Interface Web Frameworks
GroupId

GroupId

com.ensody.reactivestate
ArtifactId

ArtifactId

reactivestate-js
Version

Version

4.3.2
Type

Type

pom

Download reactivestate-js 4.3.2


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