is not current version
Last Version 1.0.2

io.github.jmcleodfoss:msg 1.0.0

A library for reading Microsoft Compound Binary Files (CBF), including Outlook .msg files.

GroupId

GroupId

io.github.jmcleodfoss
ArtifactId

ArtifactId

msg
Version

Version

1.0.0
Type

Type

jar

Download msg 1.0.0


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