CoroExecutor
Coroutine Executor with Conflate, Queue and Concurrent.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.3xcool |
| Идентификатор | Идентификаторcoroexecutor |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеcoroexecutor
Coroutine Executor Library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| coroexecutor-0.1.0.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.3xcool/coroexecutor/ -->
<dependency>
<groupId>com.3xcool</groupId>
<artifactId>coroexecutor</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.3xcool/coroexecutor/
implementation 'com.3xcool:coroexecutor:0.1.0'
// https://jarcasting.com/artifacts/com.3xcool/coroexecutor/
implementation ("com.3xcool:coroexecutor:0.1.0")
'com.3xcool:coroexecutor:aar:0.1.0'
<dependency org="com.3xcool" name="coroexecutor" rev="0.1.0">
<artifact name="coroexecutor" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.3xcool', module='coroexecutor', version='0.1.0')
)
libraryDependencies += "com.3xcool" % "coroexecutor" % "0.1.0"
[com.3xcool/coroexecutor "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.4.32 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
| androidx.core » core-ktx | jar | 1.3.2 |
| androidx.appcompat » appcompat | jar | 1.2.0 |
| com.google.android.material » material | jar | 1.2.1 |
| com.google.dagger : hilt-android | jar | 2.28.3-alpha |
| androidx.hilt » hilt-lifecycle-viewmodel | jar | 1.0.0-alpha02 |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.3.9 |
Coroutine Executor with Conflate, Queue and Concurrent.