<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.4-beta-3</version>
</dependency>
@Grapes(
@Grab(group='com.pholser', module='junit-quickcheck-core', version='0.4-beta-3')
)
<parent> <groupId>com.pholser</groupId> <artifactId>junit-quickcheck</artifactId> <version>0.4-beta-3</version> </parent>
compile
|-- junit:junit
|-- org.junit.contrib:junit-theories:4.12-beta-3
|-- org.javaruntype:javaruntype:1.2
|-- ognl:ognl:3.0.5
test
|-- org.hamcrest:hamcrest-core