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