License |
License |
---|---|
GroupId | GroupIdio.github.jmcleodfoss |
ArtifactId | ArtifactIdmsg |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionio.github.jmcleodfoss:msg
A library for reading Microsoft Compound Binary Files (CBF), including Outlook .msg files.
|
Filename | Size |
---|---|
msg-1.0.2.pom | |
msg-1.0.2.jar | 121 KB |
msg-1.0.2-sources.jar | 78 KB |
msg-1.0.2-javadoc.jar | 550 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg/ -->
<dependency>
<groupId>io.github.jmcleodfoss</groupId>
<artifactId>msg</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg/
implementation 'io.github.jmcleodfoss:msg:1.0.2'
// https://jarcasting.com/artifacts/io.github.jmcleodfoss/msg/
implementation ("io.github.jmcleodfoss:msg:1.0.2")
'io.github.jmcleodfoss:msg:jar:1.0.2'
<dependency org="io.github.jmcleodfoss" name="msg" rev="1.0.2">
<artifact name="msg" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jmcleodfoss', module='msg', version='1.0.2')
)
libraryDependencies += "io.github.jmcleodfoss" % "msg" % "1.0.2"
[io.github.jmcleodfoss/msg "1.0.2"]