GroupId | GroupIdcom.google.accompanist |
---|---|
ArtifactId | ArtifactIdaccompanist-imageloading-core |
Version | Version0.9.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.google.accompanist/accompanist-imageloading-core/ -->
<dependency>
<groupId>com.google.accompanist</groupId>
<artifactId>accompanist-imageloading-core</artifactId>
<version>0.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-imageloading-core/
implementation 'com.google.accompanist:accompanist-imageloading-core:0.9.1'
// https://jarcasting.com/artifacts/com.google.accompanist/accompanist-imageloading-core/
implementation ("com.google.accompanist:accompanist-imageloading-core:0.9.1")
'com.google.accompanist:accompanist-imageloading-core:aar:0.9.1'
<dependency org="com.google.accompanist" name="accompanist-imageloading-core" rev="0.9.1">
<artifact name="accompanist-imageloading-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.google.accompanist', module='accompanist-imageloading-core', version='0.9.1')
)
libraryDependencies += "com.google.accompanist" % "accompanist-imageloading-core" % "0.9.1"
[com.google.accompanist/accompanist-imageloading-core "0.9.1"]