Guava (Google Common Libraries) Concurrency

Guava Concurrency Libraries are an expanded set of services and types supporting advanced concurrent programming in Java.

License

License

Categories

Categories

Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-concurrent
Last Version

Last Version

r03
Release Date

Release Date

Type

Type

jar
Description

Description

Guava (Google Common Libraries) Concurrency
Guava Concurrency Libraries are an expanded set of services and types supporting advanced concurrent programming in Java.
Project URL

Project URL

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

Project Organization

Google
Source Code Management

Source Code Management

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

Download guava-concurrent

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.guava : guava-annotations jar r03
com.google.guava : guava-collections 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