is not current version
Last Version 0.6.2

dev.chrisbanes.accompanist:accompanist-imageloading-core 0.4.0

A collection of utilities for Jetpack Compose

GroupId

GroupId

dev.chrisbanes.accompanist
ArtifactId

ArtifactId

accompanist-imageloading-core
Version

Version

0.4.0
Type

Type

aar

Download accompanist-imageloading-core 0.4.0


<!-- https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/ -->
<dependency>
    <groupId>dev.chrisbanes.accompanist</groupId>
    <artifactId>accompanist-imageloading-core</artifactId>
    <version>0.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/
implementation 'dev.chrisbanes.accompanist:accompanist-imageloading-core:0.4.0'
// https://jarcasting.com/artifacts/dev.chrisbanes.accompanist/accompanist-imageloading-core/
implementation ("dev.chrisbanes.accompanist:accompanist-imageloading-core:0.4.0")
'dev.chrisbanes.accompanist:accompanist-imageloading-core:aar:0.4.0'
<dependency org="dev.chrisbanes.accompanist" name="accompanist-imageloading-core" rev="0.4.0">
  <artifact name="accompanist-imageloading-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.chrisbanes.accompanist', module='accompanist-imageloading-core', version='0.4.0')
)
libraryDependencies += "dev.chrisbanes.accompanist" % "accompanist-imageloading-core" % "0.4.0"
[dev.chrisbanes.accompanist/accompanist-imageloading-core "0.4.0"]