k

kotlin-faker-sports

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