Files download
File Operation
avatarview-2.0.pom download
avatarview-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.bluesofy</groupId>
  <artifactId>avatarview</artifactId>
  <version>2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.bluesofy:avatarview:2.0'
Gradle Kotlin
implementation("io.github.bluesofy:avatarview:2.0")
Scala SBT
libraryDependencies += "io.github.bluesofy" % "avatarview" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bluesofy', module='avatarview', version='2.0')
)
Apache Ivy
<dependency org="io.github.bluesofy" name="avatarview" rev="2.0" />
Leiningen
[io.github.bluesofy/avatarview "2.0"]
Apache Buildr
'io.github.bluesofy:avatarview:jar:2.0'
Dependencies
The project has no third-party dependencies