Registry / utility / beam-vendor-guava-20-0

beam-vendor-guava-20-0

JSON →
library0.1javamavenunverified

Vendored version of Guava 20.0 for Apache Beam to avoid dependency conflicts.

<dependency> <groupId>org.apache.beam</groupId> <artifactId>beam-vendor-guava-20_0</artifactId> <version>0.1</version> </dependency>
INSTALL
IMPORT
SIG · BEAM-VENDOR-GUAVA-
B
beam-vendor-guava-20-0
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
org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableList

Use vendored Guava ImmutableList in Apache Beam.

import org.apache.beam.vendor.guava.v20_0.com.google.common.collect.ImmutableList; ImmutableList<String> list = ImmutableList.of("a", "b", "c");
Debug
Known issues
breakingThis is a vendored version of Guava 20.0, not the standard Guava library. Mixing with standard Guava may cause class conflicts.
fix
Ensure all dependencies use the same Guava version or use shading to avoid conflicts.
affects: all
Upgrade
Version history
0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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