License |
License |
---|---|
Categories |
CategoriesJavaScript Languages React User Interface Web Frameworks |
GroupId | GroupIdcom.ensody.reactivestate |
ArtifactId | ArtifactIdreactivestate-js |
Version | Version4.2.1 |
Type | Typepom |
Description |
DescriptionReactiveState: reactivestate
Easy reactive state management for Kotlin Multiplatform. No boilerplate. Compatible with Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactivestate-js-4.2.1.pom | |
reactivestate-js-4.2.1-sources.jar | 25 KB |
reactivestate-js-4.2.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/ -->
<dependency>
<groupId>com.ensody.reactivestate</groupId>
<artifactId>reactivestate-js</artifactId>
<version>4.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/
implementation 'com.ensody.reactivestate:reactivestate-js:4.2.1'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/
implementation ("com.ensody.reactivestate:reactivestate-js:4.2.1")
'com.ensody.reactivestate:reactivestate-js:pom:4.2.1'
<dependency org="com.ensody.reactivestate" name="reactivestate-js" rev="4.2.1">
<artifact name="reactivestate-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate-js', version='4.2.1')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate-js" % "4.2.1"
[com.ensody.reactivestate/reactivestate-js "4.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |