Corouotine Autodispose

Coroutine AutoDispose is an Kotlin Coroutine library for automatically disposal

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.satoshun.coroutine.autodispose
ArtifactId

ArtifactId

autodispose
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

aar
Description

Description

Corouotine Autodispose
Coroutine AutoDispose is an Kotlin Coroutine library for automatically disposal
Project URL

Project URL

https://github.com/satoshun/CoroutineAutoDispose
Source Code Management

Source Code Management

https://github.com/satoshun/CoroutineAutoDispose

Download autodispose

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0