is not current version
Last Version 5.0.1

com.ensody.reactivestate:reactivestate-bom 4.0.0

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

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.ensody.reactivestate
ArtifactId

ArtifactId

reactivestate-bom
Version

Version

4.0.0
Type

Type

pom

Download reactivestate-bom 4.0.0


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