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