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