{"id":16416064,"url":"https://github.com/phax/ph-jaxb-pom","last_synced_at":"2025-10-26T19:32:08.172Z","repository":{"id":57724924,"uuid":"158362149","full_name":"phax/ph-jaxb-pom","owner":"phax","description":"A simple POM wrapper to consistently include JAXB 2.2 and 2.3","archived":false,"fork":false,"pushed_at":"2025-01-21T10:11:31.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T23:05:48.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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}},"created_at":"2018-11-20T09:17:25.000Z","updated_at":"2025-01-21T10:11:35.000Z","dependencies_parsed_at":"2023-02-08T13:30:33.589Z","dependency_job_id":"b9cec7bc-f45f-438d-816e-c10bddf8be5d","html_url":"https://github.com/phax/ph-jaxb-pom","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-jaxb-pom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-jaxb-pom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-jaxb-pom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fph-jaxb-pom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/ph-jaxb-pom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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","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":"2024-10-11T07:08:18.780Z","updated_at":"2025-10-26T19:32:08.167Z","avatar_url":"https://github.com/phax.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archived\n\nSince the take over through Jakarta, the Maven artifacts are clean and easy to us. No need for this project anymore.\n\n# ph-jaxb-pom\n\nA POM only project that contains all dependencies for easily using JAXB from Maven.\n\nCurrently it is very tedious to include all artefacts relevant for JAXB into each and every POM manually.\nTherefore I created this project to provide an easy to use POM for using JAXB from within Maven.\n\nThis project can be used for JAXB 4.x and requires at least Java 11.\n\n# News and noteworthy\n\n* v2.0.4 - 2024-03-22\n    * Updated to JAXB API 4.0.2\n    * Updated to JAXB 4.0.5\n* v2.0.3 - 2023-11-06\n    * Updated to JAXB API 4.0.1\n    * Updated to JAXB 4.0.4\n* v2.0.2 - 2023-07-01\n    * Updated to JAXB 4.0.3\n* v2.0.1 - 2023-02-20\n    * Updated to JAXB 4.0.2\n* v2.0.0 - 2022-09-05\n    * Updated to JAXB 4.0.0\n    * Requires Java 11 as the baseline\n* v1.2.2 - 2021-10-31\n    * Updated to JAXB 2.3.5\n* v1.2.0 - 2021-05-02\n    * Removed `\u003cdependencies\u003e` to enforce using it as a BOM\n* v1.1.0 - 2020-09-17\n    * Switching to Jakarta version 2.3.3 - no more differentiation\n* v1.0.3 - 2019-05-07\n    * Using unbounded version instead of limiting to Java 12.x\n* v1.0.2 - 2019-05-02\n    * Added support for JDK 12\n* v1.0.1 - 2019-01-15\n    * Updated to JAXB 2.3.2 for JDK 9+\n* v1.0.0 - 2018-11-21\n    * Initial release for JAXB 2.2.11 and 2.3.1\n\n# Maven usage\n\nInclude it in your regular Maven dependencies but explicitly state the type **pom**:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.helger\u003c/groupId\u003e\n  \u003cartifactId\u003eph-jaxb-pom\u003c/artifactId\u003e\n  \u003cversion\u003e2.0.4\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n  \u003cscope\u003eimport\u003c/scope\u003e\n\u003c/dependency\u003e\n```\n\n# Gradle usage (for issues up to v1.0.3)\n\nAs Gradle does not support Maven profile activation by JDK version, this section outlines the includes per JDK version (as of ph-jaxb-pom 1.0.1).\n\nWith JDK 8, include the following dependencies:\n* org.glassfish.jaxb:jaxb-core:2.2.11\n* org.glassfish.jaxb:jaxb-runtime:2.2.11\n* com.sun.istack:istack-commons-runtime:2.21\n\nWith JDK 9 or later, include the following dependencies:\n* org.glassfish.jaxb:jaxb-runtime:2.3.2\n\nThe exclusion of this POM might be necessary via `exclude group: 'com.helger', module: 'ph-jaxb-pom'`\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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-jaxb-pom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fph-jaxb-pom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fph-jaxb-pom/lists"}