GroupId | GroupIdio.github.iamthevoid.mediapicker |
---|---|
ArtifactId | ArtifactIdcoroutines |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
coroutines-1.1.0.pom | |
coroutines-1.1.0-sources.jar | 2 KB |
coroutines-1.1.0-javadoc.jar | 278 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/coroutines/ -->
<dependency>
<groupId>io.github.iamthevoid.mediapicker</groupId>
<artifactId>coroutines</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/coroutines/
implementation 'io.github.iamthevoid.mediapicker:coroutines:1.1.0'
// https://jarcasting.com/artifacts/io.github.iamthevoid.mediapicker/coroutines/
implementation ("io.github.iamthevoid.mediapicker:coroutines:1.1.0")
'io.github.iamthevoid.mediapicker:coroutines:aar:1.1.0'
<dependency org="io.github.iamthevoid.mediapicker" name="coroutines" rev="1.1.0">
<artifact name="coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.iamthevoid.mediapicker', module='coroutines', version='1.1.0')
)
libraryDependencies += "io.github.iamthevoid.mediapicker" % "coroutines" % "1.1.0"
[io.github.iamthevoid.mediapicker/coroutines "1.1.0"]