{"id":29889997,"url":"https://github.com/opsmatters/opsmatters-media","last_synced_at":"2026-03-15T06:42:28.195Z","repository":{"id":41026240,"uuid":"231911537","full_name":"opsmatters/opsmatters-media","owner":"opsmatters","description":"Java library for the OpsMatters suite to compose, persist and deliver various web media types.","archived":false,"fork":false,"pushed_at":"2025-07-26T18:03:57.000Z","size":2670,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T22:52:10.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opsmatters.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/opsmatters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-05T12:08:07.000Z","updated_at":"2025-07-26T18:04:01.000Z","dependencies_parsed_at":"2024-06-20T00:00:03.356Z","dependency_job_id":"f773588d-ca32-46d4-bcd1-87048a892357","html_url":"https://github.com/opsmatters/opsmatters-media","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opsmatters/opsmatters-media","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmatters%2Fopsmatters-media","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmatters%2Fopsmatters-media/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmatters%2Fopsmatters-media/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmatters%2Fopsmatters-media/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsmatters","download_url":"https://codeload.github.com/opsmatters/opsmatters-media/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmatters%2Fopsmatters-media/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268126563,"owners_count":24200290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-31T22:23:07.346Z","updated_at":"2026-03-15T06:42:23.176Z","avatar_url":"https://github.com/opsmatters.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![opsmatters](https://i.imgur.com/VoLABc1.png)\n\n# OpsMatters Media Utilities\n[![Build Status](https://travis-ci.org/opsmatters/opsmatters-media.svg?branch=master)](https://travis-ci.org/opsmatters/opsmatters-media)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.opsmatters/opsmatters-media/badge.svg?style=blue)](https://maven-badges.herokuapp.com/maven-central/com.opsmatters/opsmatters-media)\n[![Javadocs](http://javadoc.io/badge/com.opsmatters/opsmatters-media.svg)](http://javadoc.io/doc/com.opsmatters/opsmatters-media)\n\nJava library for the OpsMatters suite to compose, persist and deliver various web media types.\n\n## Installing\n\nFirst clone the repository using:\n```\n\u003e$ git clone https://github.com/opsmatters/opsmatters-media.git\n\u003e$ cd opsmatters-media\n```\n\nTo compile the source code, run all tests, and generate all artefacts (including sources, javadoc, etc):\n```\nmvn package \n```\n\n## Running the tests\n\nTo execute the unit tests:\n```\nmvn clean test \n```\n\nThe following tests are included:\n\n* None yet\n\n## Deployment\n\nThe build artefacts are hosted in The Maven Central Repository. \n\nAdd the following dependency to include the artefact within your project:\n```\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.opsmatters\u003c/groupId\u003e\n  \u003cartifactId\u003eopsmatters-media\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Built With\n\n* [docx4j](https://www.docx4java.org/trac/docx4j) - Java library for creating and manipulating Microsoft Open XML files\n* [jxl](http://jexcelapi.sourceforge.net/) - Java API enabling developers to read, write, and modify Excel spreadsheets\n* [opencsv](http://opencsv.sourceforge.net/) - CSV parser library for Java\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [JUnit](http://junit.org/) - Unit testing framework\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://www.contributor-covenant.org/version/1/4/code-of-conduct.html) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nThis project use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/opsmatters/opsmatters-media/tags). \n\n## Authors\n\n* **Gerald Curley** - *Initial work* - [opsmatters](https://github.com/opsmatters)\n\nSee also the list of [contributors](https://github.com/opsmatters/opsmatters-media/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the terms of the [Apache license 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).\n\n\u003csub\u003eCopyright (c) 2020 opsmatters\u003c/sub\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsmatters%2Fopsmatters-media","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsmatters%2Fopsmatters-media","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsmatters%2Fopsmatters-media/lists"}