d

doodle

Doodle is an efficient image loading library for Android.
https://github.com/BillyWei01/Doodle
The MIT License
Billy Wei
Files download
File Operation
doodle-2.1.6.pom download
doodle-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.billywei01</groupId>
  <artifactId>doodle</artifactId>
  <version>2.1.6</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.billywei01:doodle:2.1.6'
Gradle Kotlin
implementation("io.github.billywei01:doodle:2.1.6")
Scala SBT
libraryDependencies += "io.github.billywei01" % "doodle" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.billywei01', module='doodle', version='2.1.6')
)
Apache Ivy
<dependency org="io.github.billywei01" name="doodle" rev="2.1.6" />
Leiningen
[io.github.billywei01/doodle "2.1.6"]
Apache Buildr
'io.github.billywei01:doodle:jar:2.1.6'
Dependencies
The project has no third-party dependencies