Download objectpool-1.1.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 1.1.2 in this page.

License

Apache 2.0 License

Build File

You can use the following script to add objectpool-1.1.2.jar to your project.

<dependency>
   <groupId>nf.fr.eraasoft</groupId>
   <artifactId>objectpool</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'nf.fr.eraasoft', name: 'objectpool', version: '1.1.2'
libraryDependencies += "nf.fr.eraasoft" % "objectpool" % "1.1.2"
<dependency org="nf.fr.eraasoft" name="objectpool" rev="1.1.2"/>
@Grapes(@Grab(group='nf.fr.eraasoft', module='objectpool', version='1.1.2'))
'nf.fr.eraasoft:objectpool:jar:1.1.2'

Download

Click the following link to download the jar file.

objectpool-1.1.2-javadoc.jar
objectpool-1.1.2-sources.jar
objectpool-1.1.2.jar
objectpool-1.1.2.pom



Related Tutorials