guava-gwt

guava-gwt

Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more. This project includes GWT-friendly sources.
Files download
File Operation
guava-gwt-33.1.0-jre.jar download
guava-gwt-33.1.0-jre.pom download
guava-gwt-33.1.0-jre-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava-gwt</artifactId>
  <version>33.1.0-jre</version>
</dependency>
Gradle Groovy
implementation 'com.google.guava:guava-gwt:33.1.0-jre'
Gradle Kotlin
implementation("com.google.guava:guava-gwt:33.1.0-jre")
Scala SBT
libraryDependencies += "com.google.guava" % "guava-gwt" % "33.1.0-jre"
Groovy Grape
@Grapes(
  @Grab(group='com.google.guava', module='guava-gwt', version='33.1.0-jre')
)
Apache Ivy
<dependency org="com.google.guava" name="guava-gwt" rev="33.1.0-jre" />
Leiningen
[com.google.guava/guava-gwt "33.1.0-jre"]
Apache Buildr
'com.google.guava:guava-gwt:jar:33.1.0-jre'