License |
License |
---|---|
Categories |
CategoriesRxJava Container Microservices Reactive libraries |
GroupId | GroupIdio.scal |
ArtifactId | ArtifactIdcommandbasedarchitecture_rxjava |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCommand Based Architecture for Android
Command Based Architecture for simple synchronization logic. Description is here: https://github.com/scalio/command-based-architecture
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_rxjava/ -->
<dependency>
<groupId>io.scal</groupId>
<artifactId>commandbasedarchitecture_rxjava</artifactId>
<version>0.6.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_rxjava/
implementation 'io.scal:commandbasedarchitecture_rxjava:0.6.5'
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_rxjava/
implementation ("io.scal:commandbasedarchitecture_rxjava:0.6.5")
'io.scal:commandbasedarchitecture_rxjava:aar:0.6.5'
<dependency org="io.scal" name="commandbasedarchitecture_rxjava" rev="0.6.5">
<artifact name="commandbasedarchitecture_rxjava" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.scal', module='commandbasedarchitecture_rxjava', version='0.6.5')
)
libraryDependencies += "io.scal" % "commandbasedarchitecture_rxjava" % "0.6.5"
[io.scal/commandbasedarchitecture_rxjava "0.6.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.4.21 |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.5.10 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
androidx.annotation » annotation | jar | 1.2.0 |
androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |