Last Version

Guava Unit Tests 23.3-jre

The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-tests
Version

Version

23.3-jre
Type

Type

jar
Description

Description

Guava Unit Tests
The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself.

Download guava-tests 23.3-jre


<!-- https://jarcasting.com/artifacts/com.google.guava/guava-tests/ -->
<dependency>
    <groupId>com.google.guava</groupId>
    <artifactId>guava-tests</artifactId>
    <version>23.3-jre</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.guava/guava-tests/
implementation 'com.google.guava:guava-tests:23.3-jre'
// https://jarcasting.com/artifacts/com.google.guava/guava-tests/
implementation ("com.google.guava:guava-tests:23.3-jre")
'com.google.guava:guava-tests:jar:23.3-jre'
<dependency org="com.google.guava" name="guava-tests" rev="23.3-jre">
  <artifact name="guava-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.guava', module='guava-tests', version='23.3-jre')
)
libraryDependencies += "com.google.guava" % "guava-tests" % "23.3-jre"
[com.google.guava/guava-tests "23.3-jre"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9
com.google.errorprone : error_prone_annotations jar 2.0.18

test (8)

Group / Artifact Type Version
com.google.guava : guava-testlib jar 23.3-jre
junit : junit jar 4.11
org.easymock : easymock jar 3.0
org.mockito : mockito-core jar 2.7.19
com.google.truth : truth jar 0.35
com.google.truth.extensions : truth-java8-extension jar 0.35
com.google.jimfs : jimfs jar 1.1
com.google.caliper : caliper jar 1.0-beta-2

Project Modules

There are no modules declared in this project.