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