Dependency Information

Apache Maven

<dependency>
  <groupId>com.pholser</groupId>
  <artifactId>junit-quickcheck-core</artifactId>
  <version>0.6-beta-1</version>
</dependency>

Apache Buildr

'com.pholser:junit-quickcheck-core:jar:0.6-beta-1'

Apache Ivy

<dependency org="com.pholser" name="junit-quickcheck-core" rev="0.6-beta-1">
  <artifact name="junit-quickcheck-core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-core', version='0.6-beta-1')
)

Grails

compile 'com.pholser:junit-quickcheck-core:0.6-beta-1'

Leiningen

[com.pholser/junit-quickcheck-core "0.6-beta-1"]

SBT

libraryDependencies += "com.pholser" % "junit-quickcheck-core" % "0.6-beta-1"