k

kotlin-faker-books

Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
https://github.com/serpro69/kotlin-faker
MIT
Serhii Prodan
Files download
File Operation
kotlin-faker-books-2.0.0-rc.3.jar download
kotlin-faker-books-2.0.0-rc.3.pom download
kotlin-faker-books-2.0.0-rc.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.serpro69</groupId>
  <artifactId>kotlin-faker-books</artifactId>
  <version>2.0.0-rc.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.serpro69:kotlin-faker-books:2.0.0-rc.3'
Gradle Kotlin
implementation("io.github.serpro69:kotlin-faker-books:2.0.0-rc.3")
Scala SBT
libraryDependencies += "io.github.serpro69" % "kotlin-faker-books" % "2.0.0-rc.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.serpro69', module='kotlin-faker-books', version='2.0.0-rc.3')
)
Apache Ivy
<dependency org="io.github.serpro69" name="kotlin-faker-books" rev="2.0.0-rc.3" />
Leiningen
[io.github.serpro69/kotlin-faker-books "2.0.0-rc.3"]
Apache Buildr
'io.github.serpro69:kotlin-faker-books:jar:2.0.0-rc.3'