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.7-alpha-2.jar download
junit-quickcheck-core-0.7-alpha-2.pom download
junit-quickcheck-core-0.7-alpha-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>junit-quickcheck-core</artifactId>
  <version>0.7-alpha-2</version>
</dependency>
Gradle Groovy
implementation 'com.pholser:junit-quickcheck-core:0.7-alpha-2'
Gradle Kotlin
implementation("com.pholser:junit-quickcheck-core:0.7-alpha-2")
Scala SBT
libraryDependencies += "com.pholser" % "junit-quickcheck-core" % "0.7-alpha-2"
Groovy Grape
@Grapes(
  @Grab(group='com.pholser', module='junit-quickcheck-core', version='0.7-alpha-2')
)
Apache Ivy
<dependency org="com.pholser" name="junit-quickcheck-core" rev="0.7-alpha-2" />
Leiningen
[com.pholser/junit-quickcheck-core "0.7-alpha-2"]
Apache Buildr
'com.pholser:junit-quickcheck-core:jar:0.7-alpha-2'