guava-tests

guava-tests

The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.
Files download
File Operation
guava-tests-14.0-rc3.jar download
guava-tests-14.0-rc3.pom download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-tests</artifactId>
  <version>14.0-rc3</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-tests:14.0-rc3'
Gradle Kotlin
implementation("com.google.guava:guava-tests:14.0-rc3")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-tests" % "14.0-rc3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-tests', version='14.0-rc3')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-tests" rev="14.0-rc3" />
Leiningen
[com.google.guava/guava-tests "14.0-rc3"]
Apache Buildr
'com.google.guava:guava-tests:jar:14.0-rc3'