is not current version
Last Version 0.15.0

com.google.accompanist:accompanist-imageloading-core 0.7.1

Utilities for Jetpack Compose

GroupId

GroupId

com.google.accompanist
ArtifactId

ArtifactId

accompanist-imageloading-core
Version

Version

0.7.1
Type

Type

aar

Download accompanist-imageloading-core 0.7.1


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