Skip to content

Java library for the OpsMatters suite to compose, persist and deliver various web media types.

License

Notifications You must be signed in to change notification settings

opsmatters/opsmatters-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opsmatters

OpsMatters Media Utilities

Build Status Maven Central Javadocs

Java library for the OpsMatters suite to compose, persist and deliver various web media types.

Installing

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 

Running the tests

To execute the unit tests:

mvn clean test 

The following tests are included:

  • None yet

Deployment

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>

Built With

  • 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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

This project use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the terms of the Apache license 2.0.

Copyright (c) 2020 opsmatters

About

Java library for the OpsMatters suite to compose, persist and deliver various web media types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages