Commons Object Pooling Library provides a generic object pooling API and implementations for managing object lifecycle and reuse.
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.5.7</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates borrowing and returning a pooled StringBuilder object.
Upgrade to commons-pool2 for the modern API and better performance.
No dependency data recorded yet.