<dependency> <groupId>com.pholser</groupId> <artifactId>junit-quickcheck-guava</artifactId> <version>1.0</version> </dependency>
implementation 'com.pholser:junit-quickcheck-guava:1.0'
implementation("com.pholser:junit-quickcheck-guava:1.0")
libraryDependencies += "com.pholser" % "junit-quickcheck-guava" % "1.0"
@Grapes( @Grab(group='com.pholser', module='junit-quickcheck-guava', version='1.0') )
<dependency org="com.pholser" name="junit-quickcheck-guava" rev="1.0" />
[com.pholser/junit-quickcheck-guava "1.0"]
'com.pholser:junit-quickcheck-guava:jar:1.0'
<parent> <groupId>com.pholser</groupId> <artifactId>junit-quickcheck</artifactId> <version>1.0</version> </parent>
compile
|-- junit:junit
|-- com.pholser:junit-quickcheck-generators:1.0
|-- com.google.guava:guava
test
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.mockito:mockito-all
|-- ch.qos.logback:logback-classic
|-- com.pholser:junit-quickcheck-core:1.0