<dependency> <groupId>com.pholser</groupId> <artifactId>junit-quickcheck-core</artifactId> <version>0.8</version> </dependency>
'com.pholser:junit-quickcheck-core:jar:0.8'
<dependency org="com.pholser" name="junit-quickcheck-core" rev="0.8"> <artifact name="junit-quickcheck-core" type="jar" /> </dependency>
@Grapes( @Grab(group='com.pholser', module='junit-quickcheck-core', version='0.8') )
compile 'com.pholser:junit-quickcheck-core:0.8'
libraryDependencies += "com.pholser" % "junit-quickcheck-core" % "0.8"
[com.pholser/junit-quickcheck-core "0.8"]