Download pantry-2.0.8.jar file - Jar p

Jar examples for p:pantry

Description

Pantry is a collection of helpful java utilities for use in multi-threaded applications

You can download jar file pantry 2.0.8 in this page.

License

Apache License

Build File

You can use the following script to add pantry-2.0.8.jar to your project.

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

Download

Click the following link to download the jar file.

pantry-2.0.8-javadoc.jar
pantry-2.0.8-sources.jar
pantry-2.0.8.jar
pantry-2.0.8.pom



Related Tutorials