License |
License |
---|---|
GroupId | GroupIddev.chrisbanes.accompanist |
ArtifactId | ArtifactIdaccompanist-imageloading-core |
Version | Version0.6.2 |
Type | Typeaar |
Description |
DescriptionAccompanist Image Loading Core library
A collection of utilities for Jetpack Compose
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/ -->
<dependency>
<groupId>dev.chrisbanes.accompanist</groupId>
<artifactId>accompanist-imageloading-core</artifactId>
<version>0.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/
implementation 'dev.chrisbanes.accompanist:accompanist-imageloading-core:0.6.2'
// https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/
implementation ("dev.chrisbanes.accompanist:accompanist-imageloading-core:0.6.2")
'dev.chrisbanes.accompanist:accompanist-imageloading-core:aar:0.6.2'
<dependency org="dev.chrisbanes.accompanist" name="accompanist-imageloading-core" rev="0.6.2">
<artifact name="accompanist-imageloading-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.chrisbanes.accompanist', module='accompanist-imageloading-core', version='0.6.2')
)
libraryDependencies += "dev.chrisbanes.accompanist" % "accompanist-imageloading-core" % "0.6.2"
[dev.chrisbanes.accompanist/accompanist-imageloading-core "0.6.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | 1.2.0 |
androidx.compose.runtime » runtime | jar | 1.0.0-beta02 |
androidx.compose.foundation » foundation | jar | 1.0.0-beta02 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.31 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.4.1 |