License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.satoshun.coroutine.autodispose |
ArtifactId | ArtifactIdautodispose |
Last Version | Last Version0.3.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionCorouotine Autodispose
Coroutine AutoDispose is an Kotlin Coroutine library for automatically disposal
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autodispose-0.3.1.pom | |
autodispose-0.3.1.aar | 14 KB |
autodispose-0.3.1-sources.jar | 1 KB |
autodispose-0.3.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.coroutine.autodispose/autodispose/ -->
<dependency>
<groupId>com.github.satoshun.coroutine.autodispose</groupId>
<artifactId>autodispose</artifactId>
<version>0.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.coroutine.autodispose/autodispose/
implementation 'com.github.satoshun.coroutine.autodispose:autodispose:0.3.1'
// https://jarcasting.com/artifacts/com.github.satoshun.coroutine.autodispose/autodispose/
implementation ("com.github.satoshun.coroutine.autodispose:autodispose:0.3.1")
'com.github.satoshun.coroutine.autodispose:autodispose:aar:0.3.1'
<dependency org="com.github.satoshun.coroutine.autodispose" name="autodispose" rev="0.3.1">
<artifact name="autodispose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.coroutine.autodispose', module='autodispose', version='0.3.1')
)
libraryDependencies += "com.github.satoshun.coroutine.autodispose" % "autodispose" % "0.3.1"
[com.github.satoshun.coroutine.autodispose/autodispose "0.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.72 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.3.6 |
androidx.lifecycle » lifecycle-common | jar | 2.2.0 |
androidx.lifecycle » lifecycle-runtime-ktx | jar | 2.2.0 |