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