| License | License | 
|---|---|
| GroupId | GroupIdcom.afollestad.inline-activity-result | 
| ArtifactId | ArtifactIdcoroutines | 
| Last Version | Last Version0.2.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionInline Activity Result Coroutines Inline Activity Result Coroutines | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| coroutines-0.2.0.pom | |
| coroutines-0.2.0.aar | 22 KB | 
| coroutines-0.2.0-sources.jar | 2 KB | 
| coroutines-0.2.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.afollestad.inline-activity-result/coroutines/ -->
<dependency>
    <groupId>com.afollestad.inline-activity-result</groupId>
    <artifactId>coroutines</artifactId>
    <version>0.2.0</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.afollestad.inline-activity-result/coroutines/
implementation 'com.afollestad.inline-activity-result:coroutines:0.2.0'// https://jarcasting.com/artifacts/com.afollestad.inline-activity-result/coroutines/
implementation ("com.afollestad.inline-activity-result:coroutines:0.2.0")'com.afollestad.inline-activity-result:coroutines:aar:0.2.0'<dependency org="com.afollestad.inline-activity-result" name="coroutines" rev="0.2.0">
  <artifact name="coroutines" type="aar" />
</dependency>@Grapes(
@Grab(group='com.afollestad.inline-activity-result', module='coroutines', version='0.2.0')
)libraryDependencies += "com.afollestad.inline-activity-result" % "coroutines" % "0.2.0"[com.afollestad.inline-activity-result/coroutines "0.2.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.afollestad.inline-activity-result : core | jar | 0.2.0 | 
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.61 |