| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdio.github.iamthevoid.reactivebinding |
| ArtifactId | ArtifactIdcore-mvvm |
| Version | Version1.0.0-beta10 |
| Type | Typeaar |
| Description |
Descriptioncore-mvvm
Library that helps bind data with reactive streams, like rx java Flowable or coroutines flow or whatever, what you want to implement
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-mvvm-1.0.0-beta10.pom | |
| core-mvvm-1.0.0-beta10-sources.jar | 9 KB |
| core-mvvm-1.0.0-beta10-javadoc.jar | 361 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>core-mvvm</artifactId>
<version>1.0.0-beta10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/
implementation 'io.github.iamthevoid.reactivebinding:core-mvvm:1.0.0-beta10'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/core-mvvm/
implementation ("io.github.iamthevoid.reactivebinding:core-mvvm:1.0.0-beta10")
'io.github.iamthevoid.reactivebinding:core-mvvm:aar:1.0.0-beta10'
<dependency org="io.github.iamthevoid.reactivebinding" name="core-mvvm" rev="1.0.0-beta10">
<artifact name="core-mvvm" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='core-mvvm', version='1.0.0-beta10')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "core-mvvm" % "1.0.0-beta10"
[io.github.iamthevoid.reactivebinding/core-mvvm "1.0.0-beta10"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.3.1 |
| androidx.core » core-ktx | jar | 1.6.0 |
| androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.3.1 |
| androidx.lifecycle » lifecycle-extensions | jar | 2.2.0 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |