| License |
License |
|---|---|
| GroupId | GroupIdio.scal |
| ArtifactId | ArtifactIdcommandbasedarchitecture_coroutine |
| Version | Version0.6.5 |
| 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_coroutine/ -->
<dependency>
<groupId>io.scal</groupId>
<artifactId>commandbasedarchitecture_coroutine</artifactId>
<version>0.6.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_coroutine/
implementation 'io.scal:commandbasedarchitecture_coroutine:0.6.5'
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_coroutine/
implementation ("io.scal:commandbasedarchitecture_coroutine:0.6.5")
'io.scal:commandbasedarchitecture_coroutine:aar:0.6.5'
<dependency org="io.scal" name="commandbasedarchitecture_coroutine" rev="0.6.5">
<artifact name="commandbasedarchitecture_coroutine" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.scal', module='commandbasedarchitecture_coroutine', version='0.6.5')
)
libraryDependencies += "io.scal" % "commandbasedarchitecture_coroutine" % "0.6.5"
[io.scal/commandbasedarchitecture_coroutine "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 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.3 |
| androidx.lifecycle » lifecycle-livedata-ktx | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |