Last Version

Coroutines Commons 4.3.0

Coroutines commons is a library with a set of useful classes to help to developer to work with coroutines.

License

License

GroupId

GroupId

com.raxdenstudios.commons
ArtifactId

ArtifactId

commons-coroutines
Version

Version

4.3.0
Type

Type

aar
Description

Description

Coroutines Commons
Coroutines commons is a library with a set of useful classes to help to developer to work with coroutines.
Project URL

Project URL

https://github.com/raxden/android-commons
Source Code Management

Source Code Management

https://github.com/raxden/android-commons/tree/master

Download commons-coroutines 4.3.0


<!-- https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-coroutines/ -->
<dependency>
    <groupId>com.raxdenstudios.commons</groupId>
    <artifactId>commons-coroutines</artifactId>
    <version>4.3.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-coroutines/
implementation 'com.raxdenstudios.commons:commons-coroutines:4.3.0'
// https://jarcasting.com/artifacts/com.raxdenstudios.commons/commons-coroutines/
implementation ("com.raxdenstudios.commons:commons-coroutines:4.3.0")
'com.raxdenstudios.commons:commons-coroutines:aar:4.3.0'
<dependency org="com.raxdenstudios.commons" name="commons-coroutines" rev="4.3.0">
  <artifact name="commons-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.raxdenstudios.commons', module='commons-coroutines', version='4.3.0')
)
libraryDependencies += "com.raxdenstudios.commons" % "commons-coroutines" % "4.3.0"
[com.raxdenstudios.commons/commons-coroutines "4.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.4.10

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-android jar

Project Modules

There are no modules declared in this project.