Download java-libpst-0.8.1.jar file - Jar j

Jar examples for j:java-libpst

Description

A library to read PST files with java, without need for external libraries.

You can download jar file java-libpst 0.8.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add java-libpst-0.8.1.jar to your project.

<dependency>
   <groupId>com.pff</groupId>
   <artifactId>java-libpst</artifactId>
   <version>0.8.1</version>
</dependency>
compile group: 'com.pff', name: 'java-libpst', version: '0.8.1'
libraryDependencies += "com.pff" % "java-libpst" % "0.8.1"
<dependency org="com.pff" name="java-libpst" rev="0.8.1"/>
@Grapes(@Grab(group='com.pff', module='java-libpst', version='0.8.1'))
'com.pff:java-libpst:jar:0.8.1'

Download

Click the following link to download the jar file.

java-libpst-0.8.1-javadoc.jar
java-libpst-0.8.1-sources.jar
java-libpst-0.8.1.jar
java-libpst-0.8.1.pom



Related Tutorials