e

easy-random

Easy Random is a library to generate random Java beans
https://github.com/j-easy/easy-random
MIT License
Mahmoud Ben Hassine Pascal Schumacher
文件下载
文件名 操作
easy-random-7.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.dvgaba</groupId>
  <artifactId>easy-random</artifactId>
  <version>7.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.dvgaba:easy-random:7.0.0'
Gradle Kotlin
implementation("io.github.dvgaba:easy-random:7.0.0")
Scala SBT
libraryDependencies += "io.github.dvgaba" % "easy-random" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dvgaba', module='easy-random', version='7.0.0')
)
Apache Ivy
<dependency org="io.github.dvgaba" name="easy-random" rev="7.0.0" />
Leiningen
[io.github.dvgaba/easy-random "7.0.0"]
Apache Buildr
'io.github.dvgaba:easy-random:jar:7.0.0'