Download ObjectPool-2.2.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.2 in this page.

License

Apache 2.0 License

Build File

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

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

Download

Click the following link to download the jar file.

ObjectPool-2.2-javadoc.jar
ObjectPool-2.2-sources.jar
ObjectPool-2.2.jar
ObjectPool-2.2.pom



Related Tutorials