Java library for the OpsMatters suite to compose, persist and deliver various web media types.
First clone the repository using:
>$ git clone https://github.com/opsmatters/opsmatters-media.git
>$ cd opsmatters-media
To compile the source code, run all tests, and generate all artefacts (including sources, javadoc, etc):
mvn package
To execute the unit tests:
mvn clean test
The following tests are included:
- None yet
The build artefacts are hosted in The Maven Central Repository.
Add the following dependency to include the artefact within your project:
<dependency>
<groupId>com.opsmatters</groupId>
<artifactId>opsmatters-media</artifactId>
<version>1.0.0</version>
</dependency>
- docx4j - Java library for creating and manipulating Microsoft Open XML files
- jxl - Java API enabling developers to read, write, and modify Excel spreadsheets
- opencsv - CSV parser library for Java
- Maven - Dependency Management
- JUnit - Unit testing framework
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project use SemVer for versioning. For the versions available, see the tags on this repository.
- Gerald Curley - Initial work - opsmatters
See also the list of contributors who participated in this project.
This project is licensed under the terms of the Apache license 2.0.
Copyright (c) 2020 opsmatters