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