p

pst

A library for reading Microsoft Outlook PST files.
Files download
File Operation
pst-1.1.2.jar download
pst-1.1.2.pom download
pst-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jmcleodfoss</groupId>
  <artifactId>pst</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.jmcleodfoss:pst:1.1.2'
Gradle Kotlin
implementation("io.github.jmcleodfoss:pst:1.1.2")
Scala SBT
libraryDependencies += "io.github.jmcleodfoss" % "pst" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jmcleodfoss', module='pst', version='1.1.2')
)
Apache Ivy
<dependency org="io.github.jmcleodfoss" name="pst" rev="1.1.2" />
Leiningen
[io.github.jmcleodfoss/pst "1.1.2"]
Apache Buildr
'io.github.jmcleodfoss:pst:jar:1.1.2'