{"id":50570512,"url":"https://github.com/phax/peppol-om","last_synced_at":"2026-06-04T18:00:50.027Z","repository":{"id":356478902,"uuid":"1223303202","full_name":"phax/peppol-om","owner":"phax","description":"Peppol Oman support library","archived":false,"fork":false,"pushed_at":"2026-05-29T10:58:31.000Z","size":2938,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-29T12:29:22.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-28T07:38:53.000Z","updated_at":"2026-05-29T10:58:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phax/peppol-om","commit_stats":null,"previous_names":["phax/peppol-om"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phax/peppol-om","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-om","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-om/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-om/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-om/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/peppol-om/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-om/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33916320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":"2026-06-04T18:00:49.160Z","updated_at":"2026-06-04T18:00:50.016Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# peppol-om\n\n\u003c!-- ph-badge-start --\u003e\n[![Sonatype Central](https://maven-badges.sml.io/sonatype-central/com.helger.peppol/peppol-om-parent-pom/badge.svg)](https://maven-badges.sml.io/sonatype-central/com.helger.peppol/peppol-om-parent-pom/)\n[![javadoc](https://javadoc.io/badge2/com.helger.peppol/peppol-om-testfiles/javadoc.svg)](https://javadoc.io/doc/com.helger.peppol/peppol-om-testfiles)\n\n\u003e If this project saved you some time or made your day a little easier, a star would mean a lot — it helps others find it too.\n\u003c!-- ph-badge-end --\u003e\n\nPeppol specific stuff for Oman (OM)\n\npeppol-om is part of my Peppol solution stack. See https://github.com/phax/peppol for other components and libraries in that area.\n\nThis contains a set of Java libraries.\nThey are licensed under the Apache 2.0 license.\nThe minimum requirement is Java 17.\n\nThe backing specifications are:\n* TDD OM: https://test-docs.peppol.eu/pint/pint-om/om-tdd/\n* PINT OM: https://test-docs.peppol.eu/pint/pint-om/\n\n# Submodules\n\nThis project consists of the following submodules (in alphabetic order)\n\n* `peppol-om-tdd` - contains the main logic to create OM TDD documents based on PINT OM documents as well as documentation\n    * Main class to build a complete TDD from scratch is `PeppolOMTDD10Builder`\n    * To run the Schematron validation, use class `PeppolOMTDDValidator`\n* `peppol-om-tdd-datatypes` - contains the JAXB generated OM TDD data model\n    * Main class to read and write TDD XML is `PeppolOMTDD10Marshaller`\n* `peppol-om-testfiles` - contains Peppol OM specific test files as a reusable component\n    * Main class is `PeppolOMTestFiles`\n\n# Maven usage\n\nAdd the following to your `pom.xml` to use this artifact, replacing `x.y.z` with the real version number.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.helger.peppol\u003c/groupId\u003e\n  \u003cartifactId\u003epeppol-om-tdd\u003c/artifactId\u003e\n  \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# Building\n\nThis project requires Apache Maven 3.x and Java 17 for building.\nSimply run\n```\nmvn clean install\n```\nto build the solution.\n\n# News and noteworthy\n\nv0.8.0 - 2026-04-28\n* Initial version\n* Namespace URI is `urn:peppol:schema:om-taxdata:1.0`\n* Expected `CustomizationID` is `urn:peppol:taxdata:om-1`\n* Expected `ProfileID` is `urn:peppol:taxreporting`\n\n---\n\nMy personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |\nIt is appreciated if you star the GitHub project if you like it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fpeppol-om","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fpeppol-om","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fpeppol-om/lists"}