guava-testlib

guava-testlib

Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself.
Files download
File Operation
guava-testlib-18.0.jar download
guava-testlib-18.0.pom download
guava-testlib-18.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-testlib</artifactId>
  <version>18.0</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-testlib:18.0'
Gradle Kotlin
implementation("com.google.guava:guava-testlib:18.0")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-testlib" % "18.0"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-testlib', version='18.0')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-testlib" rev="18.0" />
Leiningen
[com.google.guava/guava-testlib "18.0"]
Apache Buildr
'com.google.guava:guava-testlib:jar:18.0'