Download ObjectPool-2.6.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.6 in this page.

License

Apache 2.0 License

Build File

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

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

Download

Click the following link to download the jar file.

ObjectPool-2.6-javadoc.jar
ObjectPool-2.6-sources.jar
ObjectPool-2.6.jar
ObjectPool-2.6.pom



Related Tutorials