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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use shaded Guava's ImmutableList in a DataStax driver context.
Use the standard Guava library instead of the shaded version for your own code.
No dependency data recorded yet.