Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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