is not current version
Last Version 31.1-jre

com.google.guava:guava-gwt 27.0.1-jre

Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project includes GWT-friendly sources.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks Guava General Purpose Libraries Utility
GroupId

GroupId

com.google.guava
ArtifactId

ArtifactId

guava-gwt
Version

Version

27.0.1-jre
Type

Type

jar

Download guava-gwt 27.0.1-jre


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