r

randito

Annotation based random value generator. Randito is modeled after the way Mockito injects mock values into class instance fields.
https://github.com/vitopn/randito
The Apache License, Version 2.0
Vito Paine
文件下载
文件名 操作
randito-0.0.12.jar 下载
randito-0.0.12.pom 下载
randito-0.0.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.vitopn</groupId>
  <artifactId>randito</artifactId>
  <version>0.0.12</version>
</dependency>
Gradle Groovy
implementation 'com.github.vitopn:randito:0.0.12'
Gradle Kotlin
implementation("com.github.vitopn:randito:0.0.12")
Scala SBT
libraryDependencies += "com.github.vitopn" % "randito" % "0.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vitopn', module='randito', version='0.0.12')
)
Apache Ivy
<dependency org="com.github.vitopn" name="randito" rev="0.0.12" />
Leiningen
[com.github.vitopn/randito "0.0.12"]
Apache Buildr
'com.github.vitopn:randito:jar:0.0.12'