Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.satoshun.coroutine.autodispose |
ArtifactId | ArtifactIdautodispose |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
autodispose-0.2.0.pom | |
autodispose-0.2.0.aar | 13 KB |
autodispose-0.2.0-sources.jar | 1 KB |
autodispose-0.2.0-javadoc.jar | 17 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.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.coroutine.autodispose/autodispose/
implementation 'com.github.satoshun.coroutine.autodispose:autodispose:0.2.0'
// https://jarcasting.com/artifacts/com.github.satoshun.coroutine.autodispose/autodispose/
implementation ("com.github.satoshun.coroutine.autodispose:autodispose:0.2.0")
'com.github.satoshun.coroutine.autodispose:autodispose:aar:0.2.0'
<dependency org="com.github.satoshun.coroutine.autodispose" name="autodispose" rev="0.2.0">
<artifact name="autodispose" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.coroutine.autodispose', module='autodispose', version='0.2.0')
)
libraryDependencies += "com.github.satoshun.coroutine.autodispose" % "autodispose" % "0.2.0"
[com.github.satoshun.coroutine.autodispose/autodispose "0.2.0"]