License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.ensody.reactivestate |
ArtifactId | ArtifactIdreactivestate-bom |
Version | Version5.0.0 |
Type | Typepom |
Description |
DescriptionReactiveState: reactivestate-bom
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-bom-5.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-bom/ -->
<dependency>
<groupId>com.ensody.reactivestate</groupId>
<artifactId>reactivestate-bom</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-bom/
implementation 'com.ensody.reactivestate:reactivestate-bom:5.0.0'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-bom/
implementation ("com.ensody.reactivestate:reactivestate-bom:5.0.0")
'com.ensody.reactivestate:reactivestate-bom:pom:5.0.0'
<dependency org="com.ensody.reactivestate" name="reactivestate-bom" rev="5.0.0">
<artifact name="reactivestate-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate-bom', version='5.0.0')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate-bom" % "5.0.0"
[com.ensody.reactivestate/reactivestate-bom "5.0.0"]