is not current version
Last Version 1.1.2

io.github.jmcleodfoss:pst 1.0.0

A library for reading Microsoft Outlook PST files.

GroupId

GroupId

io.github.jmcleodfoss
ArtifactId

ArtifactId

pst
Version

Version

1.0.0
Type

Type

jar

Download pst 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.jmcleodfoss/pst/ -->
<dependency>
    <groupId>io.github.jmcleodfoss</groupId>
    <artifactId>pst</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/pst/
implementation 'io.github.jmcleodfoss:pst:1.0.0'
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/pst/
implementation ("io.github.jmcleodfoss:pst:1.0.0")
'io.github.jmcleodfoss:pst:jar:1.0.0'
<dependency org="io.github.jmcleodfoss" name="pst" rev="1.0.0">
  <artifact name="pst" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jmcleodfoss', module='pst', version='1.0.0')
)
libraryDependencies += "io.github.jmcleodfoss" % "pst" % "1.0.0"
[io.github.jmcleodfoss/pst "1.0.0"]