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

License

Apache 2.0 License

Build File

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

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

Download

Click the following link to download the jar file.

ObjectPool-1.8-javadoc.jar
ObjectPool-1.8-sources.jar
ObjectPool-1.8.jar
ObjectPool-1.8.pom



Related Tutorials