com.google.guava:guava (16.0.1)

Published 2026-02-24 13:43:24 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.google.guava</groupId>
	<artifactId>guava</artifactId>
	<version>16.0.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.google.guava:guava:16.0.1

About this package

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.

Dependencies

com.google.code.findbugs:jsr305
Details
Maven
2026-02-24 13:43:24 +00:00
0
Guava: Google Core Libraries for Java
6.0 KiB
Assets (1)
Versions (3) View all
32.1.3-jre 2026-02-24
16.0.1 2026-02-24
27.0-jre 2026-02-24