GroupId | GroupIdcom.github.marcherdiego.mvp |
---|---|
ArtifactId | ArtifactIdcoroutines |
Version | Version1.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
coroutines-1.3.2.pom | |
coroutines-1.3.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/ -->
<dependency>
<groupId>com.github.marcherdiego.mvp</groupId>
<artifactId>coroutines</artifactId>
<version>1.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/
implementation 'com.github.marcherdiego.mvp:coroutines:1.3.2'
// https://jarcasting.com/artifacts/com.github.marcherdiego.mvp/coroutines/
implementation ("com.github.marcherdiego.mvp:coroutines:1.3.2")
'com.github.marcherdiego.mvp:coroutines:aar:1.3.2'
<dependency org="com.github.marcherdiego.mvp" name="coroutines" rev="1.3.2">
<artifact name="coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.marcherdiego.mvp', module='coroutines', version='1.3.2')
)
libraryDependencies += "com.github.marcherdiego.mvp" % "coroutines" % "1.3.2"
[com.github.marcherdiego.mvp/coroutines "1.3.2"]