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