k

kotlin-faker-databases

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
文件下载
文件名 操作
kotlin-faker-databases-2.0.0-rc.3.jar 下载
kotlin-faker-databases-2.0.0-rc.3.pom 下载
kotlin-faker-databases-2.0.0-rc.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.serpro69</groupId>
  <artifactId>kotlin-faker-databases</artifactId>
  <version>2.0.0-rc.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.serpro69:kotlin-faker-databases:2.0.0-rc.3'
Gradle Kotlin
implementation("io.github.serpro69:kotlin-faker-databases:2.0.0-rc.3")
Scala SBT
libraryDependencies += "io.github.serpro69" % "kotlin-faker-databases" % "2.0.0-rc.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.serpro69', module='kotlin-faker-databases', version='2.0.0-rc.3')
)
Apache Ivy
<dependency org="io.github.serpro69" name="kotlin-faker-databases" rev="2.0.0-rc.3" />
Leiningen
[io.github.serpro69/kotlin-faker-databases "2.0.0-rc.3"]
Apache Buildr
'io.github.serpro69:kotlin-faker-databases:jar:2.0.0-rc.3'