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