j

junit-quickcheck-core

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