Last Version

Guava (Google Common Libraries) Collections r03

Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-collections
Version

Version

r03
Type

Type

jar
Description

Description

Guava (Google Common Libraries) Collections
Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.
Project URL

Project URL

http://code.google.com/p/guava-libraries/guava-collections
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

http://code.google.com/p/guava-libraries/source/browse/guava-collections

Download guava-collections r03


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava-annotations jar r03
com.google.guava : guava-primitives jar r03
com.google.code.findbugs : jsr305 Optional jar 1.3.7

Project Modules

There are no modules declared in this project.