io.github.jmcleodfoss:msg-parent

Library for reading CBF files.

Лицензия

Лицензия

Группа

Группа

io.github.jmcleodfoss
Идентификатор

Идентификатор

msg-parent
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

io.github.jmcleodfoss:msg-parent
Library for reading CBF files.
Система контроля версий

Система контроля версий

https://github.com/Jmcleodfoss/msgreader

Скачать msg-parent

Имя Файла Размер
msg-parent-1.0.2.pom 8 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

MIT License Codacy Badge Java CI with Maven Codacy Security Scan CodeQL Xanitizer Security Analysis

msgreader

Java library for reading Microsoft Compound File Binary (CFB) Files, including Outlook .msg files.

Contents:

  • msg, the library for reading .msg files
  • msgexplorer, a sample application for viewing a .msg file at any desired level of detail
  • msg_example, a pair of simple applications for displaying basic information about a .msg file, and for saving attachments

Versions:

  • 1.0.0 (2020-05-16) Initial version (all modules)
  • 1.0.1 (2020-11-29) Release of msgexplorer only
  • 1.0.2 (2021-12-07) Update to msg library, all modules updated (no substantial changes to code for msg_example or msgexplorer)

Версии библиотеки

Версия
1.0.2
1.0.0