r

randomusers.offlinePictures

API for generating random user data. Like Lorem Ipsum, but for people. This version adds the possibility to generate avatar images offline.
https://github.com/vatbub/${gitRepoName}
Files download
File Operation
randomusers.offlinePictures-1.2.jar download
randomusers.offlinePictures-1.2.pom download
randomusers.offlinePictures-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vatbub</groupId>
  <artifactId>randomusers.offlinePictures</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.vatbub:randomusers.offlinePictures:1.2'
Gradle Kotlin
implementation("com.github.vatbub:randomusers.offlinePictures:1.2")
Scala SBT
libraryDependencies += "com.github.vatbub" % "randomusers.offlinePictures" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vatbub', module='randomusers.offlinePictures', version='1.2')
)
Apache Ivy
<dependency org="com.github.vatbub" name="randomusers.offlinePictures" rev="1.2" />
Leiningen
[com.github.vatbub/randomusers.offlinePictures "1.2"]
Apache Buildr
'com.github.vatbub:randomusers.offlinePictures:jar:1.2'