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.4.jar download
randomusers.offlinePictures-1.4.pom download
randomusers.offlinePictures-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vatbub</groupId>
  <artifactId>randomusers.offlinePictures</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.vatbub:randomusers.offlinePictures:1.4'
Gradle Kotlin
implementation("com.github.vatbub:randomusers.offlinePictures:1.4")
Scala SBT
libraryDependencies += "com.github.vatbub" % "randomusers.offlinePictures" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vatbub', module='randomusers.offlinePictures', version='1.4')
)
Apache Ivy
<dependency org="com.github.vatbub" name="randomusers.offlinePictures" rev="1.4" />
Leiningen
[com.github.vatbub/randomusers.offlinePictures "1.4"]
Apache Buildr
'com.github.vatbub:randomusers.offlinePictures:jar:1.4'