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