组织ID: |
com.pff |
项目ID: |
java-libpst |
版本: |
0.9.3 |
最后修改时间: |
2018-09-27 15:30:43 |
包类型: |
jar |
标题: |
java-libpst |
描述: |
A library to read PST files with java, without need for external libraries. |
相关URL: |
https://github.com/rjohnsondev/java-libpst |
大小: |
105.92KB |
|
Maven引入代码: |
<dependency>
<groupId>com.pff</groupId>
<artifactId>java-libpst</artifactId>
<version>0.9.3</version>
</dependency>
|
Gradle引入代码: |
com.pff:java-libpst:0.9.3
|
下载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.9.3</version>
<description>A library to read PST files with java, without need for external libraries.</description>
<url>https://github.com/rjohnsondev/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>
<connection>scm:git:git://github.com/rjohnsondev/java-libpst.git</connection>
<developerConnection>scm:git:ssh://github.com:rjohnsondev/java-libpst.git</developerConnection>
<url>http://github.com/rjohnsondev/java-libpst/tree/master</url>
</scm>
<developers>
<developer>
<name>Richard Johnson</name>
<email>@rjohnsondev</email>
<organization></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-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<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>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</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
PropertyNames.txt
com.pff.PSTConversationIndex$ResponseLevel.class
com.pff.PSTAppointmentException.class
com.pff.PSTDistList$OneOffEntry.class
com.pff.PSTTimeZone$TZRule.class
com.pff.PSTDescriptorItem.class
com.pff.PSTGlobalObjectId.class
com.pff.PSTTable7C.class
com.pff.PSTAttachment.class
com.pff.PSTActivity.class
com.pff.PSTMessageStore.class
com.pff.LZFu.class
com.pff.PSTObject.class
com.pff.PSTTable.class
com.pff.PSTAppointment.class
com.pff.PSTTable7C$ColumnDescriptor.class
com.pff.PSTAppointmentRecurrence.class
com.pff.PSTFolder.class
com.pff.PSTTable$NodeInfo.class
com.pff.PSTDistList.class
com.pff.OffsetIndexItem.class
com.pff.PSTTimeZone$SYSTEMTIME.class
com.pff.PSTRAFileContent.class
com.pff.PSTFile.class
com.pff.PSTTimeZone.class
com.pff.PSTTableBCItem.class
com.pff.PSTFileContent.class
com.pff.PSTTable7CItem.class
com.pff.PSTTableItem.class
com.pff.PSTRss.class
com.pff.PSTByteFileContent.class
com.pff.PSTContact.class
com.pff.PSTRecipient.class
com.pff.DescriptorIndexNode.class
com.pff.PSTNodeInputStream.class
com.pff.PSTException.class
com.pff.PSTTableBC.class
com.pff.PSTConversationIndex.class
com.pff.PSTMessage.class
com.pff.PSTTask.class
example.TestGui.class
example.Test.class
example.EmailTableModel.class
example.TestGui$1.class
InternetCodepages.txt
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所有版本文件
|