s

static-random

Random value generator with Kotlin.
https://github.com/eaglesakura/static-random
MIT
Yamashita Takeshi
Files download
File Operation
static-random-1.0.0-rc01.jar download
static-random-1.0.0-rc01.pom download
static-random-1.0.0-rc01-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eaglesakura.static-random</groupId>
  <artifactId>static-random</artifactId>
  <version>1.0.0-rc01</version>
</dependency>
Gradle Groovy
implementation 'io.github.eaglesakura.static-random:static-random:1.0.0-rc01'
Gradle Kotlin
implementation("io.github.eaglesakura.static-random:static-random:1.0.0-rc01")
Scala SBT
libraryDependencies += "io.github.eaglesakura.static-random" % "static-random" % "1.0.0-rc01"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaglesakura.static-random', module='static-random', version='1.0.0-rc01')
)
Apache Ivy
<dependency org="io.github.eaglesakura.static-random" name="static-random" rev="1.0.0-rc01" />
Leiningen
[io.github.eaglesakura.static-random/static-random "1.0.0-rc01"]
Apache Buildr
'io.github.eaglesakura.static-random:static-random:jar:1.0.0-rc01'