Guava (Google Common Libraries) Base

Guava Base contains core classes, utility methods, and services used by other parts of the Guava libraries.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-base
Last Version

Last Version

r03
Release Date

Release Date

Type

Type

jar
Description

Description

Guava (Google Common Libraries) Base
Guava Base contains core classes, utility methods, and services used by other parts of the Guava libraries.
Project URL

Project URL

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

Project Organization

Google
Source Code Management

Source Code Management

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

Download guava-base

How to add to project

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

Dependencies

compile (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
r03