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