License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdio.github.iamthevoid.reactivebinding |
ArtifactId | ArtifactIdlocal-design |
Last Version | Last Version1.0.0-beta12 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionlocal-design
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 |
---|---|
local-design-1.0.0-beta12.pom | |
local-design-1.0.0-beta12-sources.jar | 3 KB |
local-design-1.0.0-beta12-javadoc.jar | 275 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/local-design/ -->
<dependency>
<groupId>io.github.iamthevoid.reactivebinding</groupId>
<artifactId>local-design</artifactId>
<version>1.0.0-beta12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/local-design/
implementation 'io.github.iamthevoid.reactivebinding:local-design:1.0.0-beta12'
// https://jarcasting.com/artifacts/io.github.iamthevoid.reactivebinding/local-design/
implementation ("io.github.iamthevoid.reactivebinding:local-design:1.0.0-beta12")
'io.github.iamthevoid.reactivebinding:local-design:aar:1.0.0-beta12'
<dependency org="io.github.iamthevoid.reactivebinding" name="local-design" rev="1.0.0-beta12">
<artifact name="local-design" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.reactivebinding', module='local-design', version='1.0.0-beta12')
)
libraryDependencies += "io.github.iamthevoid.reactivebinding" % "local-design" % "1.0.0-beta12"
[io.github.iamthevoid.reactivebinding/local-design "1.0.0-beta12"]
Group / Artifact | Type | Version |
---|---|---|
io.github.iamthevoid.reactivebinding : local-core | jar | 1.0.0-beta12 |
androidx.core » core-ktx | jar | 1.6.0 |
com.google.android.material » material | jar | 1.4.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.20 |