Download ObjectPool-2.5.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.5 in this page.

License

Apache 2.0 License

Build File

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

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

Download

Click the following link to download the jar file.

ObjectPool-2.5-javadoc.jar
ObjectPool-2.5-sources.jar
ObjectPool-2.5.jar
ObjectPool-2.5.pom



Related Tutorials