Registry / utility / jersey-guava

jersey-guava

JSON →
library2.25.1javamavenunverified

Repackaged Guava classes used internally by Jersey to avoid version conflicts.

<dependency> <groupId>org.glassfish.jersey.bundles.repackaged</groupId> <artifactId>jersey-guava</artifactId> <version>2.25.1</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-GUAVA
J
jersey-guava
utilityjavav2.25.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.

Preconditions
org.glassfish.jersey.internal.guava.Preconditions

Uses repackaged Guava Preconditions for argument validation.

import org.glassfish.jersey.internal.guava.Preconditions; public class Example { public static void main(String[] args) { Preconditions.checkNotNull("test"); } }
Debug
Known issues
gotchaThis is a repackaged version of Guava; do not mix with the original Guava to avoid classpath conflicts.
fix
Use the original com.google.guava:guava artifact if you need full Guava functionality.
affects: 2.25.1
Upgrade
Version history
2.25.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
jersey-guava — mvn dependency:get jersey-guava · libregistry