is not current version
Last Version 0.3.1

com.github.satoshun.coroutine.autodispose:autodispose 0.3.0

Coroutine AutoDispose is an Kotlin Coroutine library for automatically disposal

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.satoshun.coroutine.autodispose
ArtifactId

ArtifactId

autodispose
Version

Version

0.3.0
Type

Type

aar

Download autodispose 0.3.0


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