POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.pff</groupId>
<artifactId>java-libpst</artifactId>
<packaging>jar</packaging>
<name>java-libpst</name>
<version>0.7</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</url>
<connection>scm:https://github.com/rjohnsondev/java-libpst.git</connection>
</scm>
<developers>
<developer>
<name>Richard Johnson</name>
<email>@rjohnsondev</email>
<organization>Skimlinks</organization>
</developer>
</developers>
</project>
|