Download stormpot-2.4.1.jar file - Jar s

Jar examples for s:stormpot

Description

A fast object pool library.

You can download jar file stormpot 2.4.1 in this page.

License

Apache 2.0

Build File

You can use the following script to add stormpot-2.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

stormpot-2.4.1-javadoc.jar
stormpot-2.4.1-sources.jar
stormpot-2.4.1.jar
stormpot-2.4.1.pom



Related Tutorials