l

landscapist-macosx64

A pluggable, highly optimized Jetpack Compose image loading library that fetches and displays network images with Glide, Coil, and Fresco.
https://github.com/skydoves/landscapist/
The Apache Software License, Version 2.0
Jaewoong Eum
文件下载
文件名 操作
landscapist-macosx64-2.3.4.pom 下载
landscapist-macosx64-2.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.skydoves</groupId>
  <artifactId>landscapist-macosx64</artifactId>
  <version>2.3.4</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.skydoves:landscapist-macosx64:2.3.4'
Gradle Kotlin
implementation("com.github.skydoves:landscapist-macosx64:2.3.4")
Scala SBT
libraryDependencies += "com.github.skydoves" % "landscapist-macosx64" % "2.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.skydoves', module='landscapist-macosx64', version='2.3.4')
)
Apache Ivy
<dependency org="com.github.skydoves" name="landscapist-macosx64" rev="2.3.4" />
Leiningen
[com.github.skydoves/landscapist-macosx64 "2.3.4"]
Apache Buildr
'com.github.skydoves:landscapist-macosx64:jar:2.3.4'