License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdcom.ensody.reactivestate |
ArtifactId | ArtifactIdreactivestate-android-debug |
Version | Version4.0.0-dev.2 |
Type | Typeaar |
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 |
<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-android-debug/ -->
<dependency>
<groupId>com.ensody.reactivestate</groupId>
<artifactId>reactivestate-android-debug</artifactId>
<version>4.0.0-dev.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-android-debug/
implementation 'com.ensody.reactivestate:reactivestate-android-debug:4.0.0-dev.2'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-android-debug/
implementation ("com.ensody.reactivestate:reactivestate-android-debug:4.0.0-dev.2")
'com.ensody.reactivestate:reactivestate-android-debug:aar:4.0.0-dev.2'
<dependency org="com.ensody.reactivestate" name="reactivestate-android-debug" rev="4.0.0-dev.2">
<artifact name="reactivestate-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate-android-debug', version='4.0.0-dev.2')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate-android-debug" % "4.0.0-dev.2"
[com.ensody.reactivestate/reactivestate-android-debug "4.0.0-dev.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | |
androidx.core » core-ktx | jar | |
androidx.fragment » fragment-ktx | jar | |
androidx.lifecycle » lifecycle-runtime-ktx | jar | |
androidx.lifecycle » lifecycle-viewmodel-ktx | jar | |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
Group / Artifact | Type | Version |
---|---|---|
org.jacoco : org.jacoco.agent | jar | 0.7.9 |