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