Registry / utility / beam-vendor-guava-26-0-jre

beam-vendor-guava-26-0-jre

JSON →
library0.1javamavenunverified

A vendored version of Guava 26.0-jre for use in Apache Beam to avoid dependency conflicts.

<dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-vendor-guava-26_0-jre</artifactId> <version>0.1</version> </dependency>
INSTALL
IMPORT
SIG · BEAM-VENDOR-GUAVA-
B
beam-vendor-guava-26-0-jre
utilityjavav0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ImmutableList
com.google.common.collect.ImmutableList

Creates an immutable list using Guava's ImmutableList.

import com.google.common.collect.ImmutableList; public class Example { public static void main(String[] args) { ImmutableList<String> list = ImmutableList.of("a", "b", "c"); System.out.println(list); } }
Debug
Known issues
breakingThis is a vendored version of Guava 26.0-jre; do not mix with other Guava versions in the classpath.
fix
Ensure only this vendored Guava is used, or shade/relocate it to avoid conflicts.
affects: all
Upgrade
Version history
0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
OpenAI (training)
2
Meta
1
Resources
beam-vendor-guava-26-0-jre — mvn dependency:get beam-vendor-guava-26-0-jre · libregistry