is not current version
Last Version 1.4.0

com.github.marcherdiego.mvp:coroutines 1.1.1

This is a small library (less than 70KB) that will help you through your Android features development in order to keep things simple, clear and tidy.

GroupId

GroupId

com.github.marcherdiego.mvp
ArtifactId

ArtifactId

coroutines
Version

Version

1.1.1
Type

Type

aar

Download coroutines 1.1.1


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