Guava (Google Common Libraries) Primitive Types

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-primitives
Last Version

Last Version

r03
Release Date

Release Date

Type

Type

jar
Description

Description

Guava (Google Common Libraries) Primitive Types
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more.
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

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

Download guava-primitives

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.guava : guava-base 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