Download ObjectPool-2.9.jar file - Jar o

Jar examples for o:objectpool

Description

Fast, lightweight, and compatible blocking/non-blocking/soft-reference object pool for Java 6+

You can download jar file ObjectPool 2.9 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add ObjectPool-2.9.jar to your project.

<dependency>
   <groupId>com.dorkbox</groupId>
   <artifactId>ObjectPool</artifactId>
   <version>2.9</version>
</dependency>
compile group: 'com.dorkbox', name: 'ObjectPool', version: '2.9'
libraryDependencies += "com.dorkbox" % "ObjectPool" % "2.9"
<dependency org="com.dorkbox" name="ObjectPool" rev="2.9"/>
@Grapes(@Grab(group='com.dorkbox', module='ObjectPool', version='2.9'))
'com.dorkbox:ObjectPool:jar:2.9'

Download

Click the following link to download the jar file.

ObjectPool-2.9-javadoc.jar
ObjectPool-2.9-sources.jar
ObjectPool-2.9.jar
ObjectPool-2.9.pom



Related Tutorials