is not current version
Last Version 17.0

com.google.guava:guava-tests-jdk5 14.0.1

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

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-tests-jdk5
Version

Version

14.0.1
Type

Type

jar

Download guava-tests-jdk5 14.0.1


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