r

randomizer

Generate random data
https://github.com/astrapi69/randomizer
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
randomizer-10.2.jar download
randomizer-10.2.pom download
randomizer-10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>randomizer</artifactId>
  <version>10.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:randomizer:10.2'
Gradle Kotlin
implementation("io.github.astrapi69:randomizer:10.2")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "randomizer" % "10.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='randomizer', version='10.2')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="randomizer" rev="10.2" />
Leiningen
[io.github.astrapi69/randomizer "10.2"]
Apache Buildr
'io.github.astrapi69:randomizer:jar:10.2'