не последняя версия
Последняя версия 31.1-jre

com.google.guava:guava-gwt 30.0-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.

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Guava Универсальные библиотеки Utility
Группа

Группа

com.google.guava
Идентификатор

Идентификатор

guava-gwt
Версия

Версия

30.0-jre
Тип

Тип

jar

Скачать guava-gwt 30.0-jre


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