| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.scal |
| Идентификатор | Идентификаторcommandbasedarchitecture_coroutine |
| Версия | Версия0.8.2 |
| Тип | Типaar |
| Описание |
ОписаниеCommand Based Architecture for Android
Command Based Architecture for simple synchronization logic. Description is here: https://github.com/scalio/command-based-architecture
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_coroutine/ -->
<dependency>
<groupId>io.scal</groupId>
<artifactId>commandbasedarchitecture_coroutine</artifactId>
<version>0.8.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_coroutine/
implementation 'io.scal:commandbasedarchitecture_coroutine:0.8.2'
// https://jarcasting.com/artifacts/io.scal/commandbasedarchitecture_coroutine/
implementation ("io.scal:commandbasedarchitecture_coroutine:0.8.2")
'io.scal:commandbasedarchitecture_coroutine:aar:0.8.2'
<dependency org="io.scal" name="commandbasedarchitecture_coroutine" rev="0.8.2">
<artifact name="commandbasedarchitecture_coroutine" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.scal', module='commandbasedarchitecture_coroutine', version='0.8.2')
)
libraryDependencies += "io.scal" % "commandbasedarchitecture_coroutine" % "0.8.2"
[io.scal/commandbasedarchitecture_coroutine "0.8.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.5.10 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
| androidx.annotation » annotation | jar | 1.2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.2 |