You can download java-libpst-0.8.1.jar in this page.
The Apache Software License, Version 2.0
java-libpst-0.8.1.jar file has the following types.
InternetCodepages.txt META-INF/MANIFEST.MF META-INF/maven/com.pff/java-libpst/pom.properties META-INF/maven/com.pff/java-libpst/pom.xml PropertyNames.txt com.pff.DescriptorIndexNode.class com.pff.LZFu.class com.pff.OffsetIndexItem.class com.pff.PSTActivity.class com.pff.PSTAppointment.class com.pff.PSTAppointmentException.class com.pff.PSTAppointmentRecurrence.class com.pff.PSTAttachment.class com.pff.PSTContact.class com.pff.PSTDescriptorItem.class com.pff.PSTDistList.class com.pff.PSTException.class com.pff.PSTFile.class com.pff.PSTFolder.class com.pff.PSTMessage.class com.pff.PSTMessageStore.class com.pff.PSTNodeInputStream.class com.pff.PSTObject.class com.pff.PSTRecipient.class com.pff.PSTRss.class com.pff.PSTTable.class com.pff.PSTTable7C.class com.pff.PSTTable7CItem.class com.pff.PSTTableBC.class com.pff.PSTTableBCItem.class com.pff.PSTTableItem.class com.pff.PSTTask.class com.pff.PSTTimeZone.class
java-libpst-0.8.1.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <groupId>com.pff</groupId> <artifactId>java-libpst</artifactId> <packaging>jar</packaging> <name>java-libpst</name> <version>0.8.1</version> <description>A library to read PST files with java, without need for external libraries.</description> <url>https://code.google.com/p/java-libpst/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/rjohnsondev/java-libpst/tags/java-libpst-0.8.1</url> <connection>scm:https://github.com/rjohnsondev/java-libpst.git/tags/java-libpst-0.8.1</connection> </scm> <developers> <developer> <name>Richard Johnson</name> <email>@rjohnsondev</email> <organization>Skimlinks</organization> </developer> </developers> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.1</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <arguments>${arguments} -Psonatype-oss-release</arguments> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>
<dependency> <groupId>com.pff</groupId> <artifactId>java-libpst</artifactId> <version>0.8.1</version> </dependency>
If you think the following java-libpst-0.8.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download java-libpst-0.8.1.jar file