Last Version

Guava: Google Core Libraries for Java 16.0.1.vaadin1

    Guava is a suite of core and expanded libraries that include     utility classes, google's collections, io classes, and much     much more.       Guava has only one code dependency - javax.annotation,     per the JSR-305 spec.

License

License

Categories

Categories

Vaadin User Interface Web Frameworks Guava General Purpose Libraries Utility
GroupId

GroupId

com.vaadin.external.google
ArtifactId

ArtifactId

guava
Version

Version

16.0.1.vaadin1
Type

Type

jar
Description

Description

Guava: Google Core Libraries for Java
    Guava is a suite of core and expanded libraries that include     utility classes, google's collections, io classes, and much     much more.       Guava has only one code dependency - javax.annotation,     per the JSR-305 spec.
Project URL

Project URL

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

Project Organization

Google

Download guava 16.0.1.vaadin1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.