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-23.3-jre.jar download
guava-tests-23.3-jre.pom download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-tests</artifactId>
  <version>23.3-jre</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-tests:23.3-jre'
Gradle Kotlin
implementation("com.google.guava:guava-tests:23.3-jre")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-tests" % "23.3-jre"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-tests', version='23.3-jre')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-tests" rev="23.3-jre" />
Leiningen
[com.google.guava/guava-tests "23.3-jre"]
Apache Buildr
'com.google.guava:guava-tests:jar:23.3-jre'