Registry / database / java-driver-shaded-guava

java-driver-shaded-guava

JSON →
library25.1-jre-graal-sub-1javamavenunverified

A shaded version of the Guava library for use with the DataStax Java driver for Apache Cassandra to avoid version conflicts.

<dependency> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-shaded-guava</artifactId> <version>25.1-jre-graal-sub-1</version> </dependency>
INSTALL
IMPORT
SIG · JAVA-DRIVER-SHADED
J
java-driver-shaded-guava
databasejavav25.1-jre-graal-sub-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.datastax.oss.driver.shaded.guava.common.collect.ImmutableList

Use shaded Guava's ImmutableList in a DataStax driver context.

import com.datastax.oss.driver.shaded.guava.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
gotchaThis shaded Guava is intended only for internal use by the DataStax driver; direct use may cause classpath conflicts.
fix
Use the standard Guava library instead of the shaded version for your own code.
affects: all
Upgrade
Version history
25.1-jre-graal-sub-1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
java-driver-shaded-guava — mvn dependency:get java-driver-shaded-guava · libregistry