<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.6-alpha-1</version>
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-generators', version='0.6-alpha-1')
)
<parent> <groupId>com.pholser</groupId> <artifactId>junit-quickcheck</artifactId> <version>0.6-alpha-1</version> </parent>
compile
|-- junit:junit
|-- com.pholser:junit-quickcheck-core:0.6-alpha-1
test
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- com.google.guava:guava-testlib