j

junit-quickcheck-generators

Property-based testing, JUnit-style: basic generators
http://github.com/pholser/junit-quickcheck
Files download
File Operation
junit-quickcheck-generators-1.0.jar download
junit-quickcheck-generators-1.0.pom download
junit-quickcheck-generators-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>junit-quickcheck-generators</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.pholser:junit-quickcheck-generators:1.0'
Gradle Kotlin
implementation("com.pholser:junit-quickcheck-generators:1.0")
Scala SBT
libraryDependencies += "com.pholser" % "junit-quickcheck-generators" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.pholser', module='junit-quickcheck-generators', version='1.0')
)
Apache Ivy
<dependency org="com.pholser" name="junit-quickcheck-generators" rev="1.0" />
Leiningen
[com.pholser/junit-quickcheck-generators "1.0"]
Apache Buildr
'com.pholser:junit-quickcheck-generators:jar:1.0'