j

junit-quickcheck-generators

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