组织ID: |
com.pff |
项目ID: |
java-libpst |
版本: |
0.8.1 |
最后修改时间: |
2018-07-26 10:06:04 |
包类型: |
jar |
标题: |
java-libpst |
描述: |
A library to read PST files with java, without need for external libraries. |
相关URL: |
https://code.google.com/p/java-libpst/ |
大小: |
83.45KB |
|
Maven引入代码: |
<dependency>
<groupId>com.pff</groupId>
<artifactId>java-libpst</artifactId>
<version>0.8.1</version>
</dependency>
|
Gradle引入代码: |
com.pff:java-libpst:0.8.1
|
下载Jar包: |
|
POM文件内容: |
<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>
|
Jar包内容: |
META-INF/MANIFEST.MF
InternetCodepages.txt
PropertyNames.txt
com.pff.PSTMessage.class
com.pff.PSTTable7C.class
com.pff.PSTTimeZone$SYSTEMTIME.class
com.pff.PSTTask.class
com.pff.PSTTableBCItem.class
com.pff.PSTMessageStore.class
com.pff.PSTRecipient.class
com.pff.OffsetIndexItem.class
com.pff.PSTNodeInputStream.class
com.pff.PSTFile.class
com.pff.PSTActivity.class
com.pff.PSTTimeZone.class
com.pff.PSTContact.class
com.pff.PSTTimeZone$TZRule.class
com.pff.PSTAttachment.class
com.pff.PSTDistList$OneOffEntry.class
com.pff.PSTTable7CItem.class
com.pff.PSTObject.class
com.pff.DescriptorIndexNode.class
com.pff.PSTTableBC.class
com.pff.PSTTable7C$ColumnDescriptor.class
com.pff.PSTTableItem.class
com.pff.PSTFolder.class
com.pff.PSTAppointmentException.class
com.pff.PSTDistList.class
com.pff.PSTAppointment.class
com.pff.LZFu.class
com.pff.PSTTable.class
com.pff.PSTAppointmentRecurrence.class
com.pff.PSTTable$NodeInfo.class
com.pff.PSTException.class
com.pff.PSTDescriptorItem.class
com.pff.PSTRss.class
META-INF/maven/com.pff/java-libpst/pom.xml
META-INF/maven/com.pff/java-libpst/pom.properties
|
依赖Jar: |
junit-4.11.jar
/junit/junit/4.11
查看junit所有版本文件
|