{"id":20617821,"url":"https://github.com/cyclonedx/sbom-commons-combiner","last_synced_at":"2026-05-28T18:31:09.568Z","repository":{"id":39827400,"uuid":"381578765","full_name":"CycloneDX/sbom-commons-combiner","owner":"CycloneDX","description":"Lockheed Martin developed common library to combine multiple SBOMs","archived":false,"fork":false,"pushed_at":"2023-04-17T17:48:53.000Z","size":146,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-05T09:03:14.802Z","etag":null,"topics":["bill-of-materials","bom","cyclonedx","owasp","sbom","software-bill-of-materials"],"latest_commit_sha":null,"homepage":"https://cyclonedx.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CycloneDX.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},"funding":{"custom":["https://owasp.org/donate/?reponame=www-project-cyclonedx\u0026title=OWASP+CycloneDX"]}},"created_at":"2021-06-30T04:51:09.000Z","updated_at":"2023-07-25T14:47:25.000Z","dependencies_parsed_at":"2025-01-17T04:45:57.031Z","dependency_job_id":null,"html_url":"https://github.com/CycloneDX/sbom-commons-combiner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CycloneDX/sbom-commons-combiner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons-combiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons-combiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons-combiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons-combiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CycloneDX","download_url":"https://codeload.github.com/CycloneDX/sbom-commons-combiner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons-combiner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622066,"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-05-28T02:00:06.440Z","response_time":99,"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":["bill-of-materials","bom","cyclonedx","owasp","sbom","software-bill-of-materials"],"created_at":"2024-11-16T12:06:07.501Z","updated_at":"2026-05-28T18:31:09.536Z","avatar_url":"https://github.com/CycloneDX.png","language":"Java","funding_links":["https://owasp.org/donate/?reponame=www-project-cyclonedx\u0026title=OWASP+CycloneDX"],"categories":[],"sub_categories":[],"readme":"# sbom-commons-combiner\nLockheed Martin developed common library to combine multiple SBOMs\n\n## Overview/Description of Project\nThis project contains common classes used by the SBomCombiner Application and SBomCombinerService (web service).\nThe SbomCommonsCombiner project is not intended as a standalone application, this project was written with test driven development to validate the project's methods and classes.  Additions should have paired junit tests.  \n\n## Prerequisites\n- Open JDK11 (1.8 compliant)\n- Apache Maven 3.6.3 or greater installed \n- (Recommended) java IDE Eclipse with Subclipse 4.3.0 plug-in\n\n## Docs\n### Usage\n#### How to Install/Setup Project\n##### Local Install\n- Clone this git repository \n- Compile first time with the Maven Command `mvn clean install`. The project is not intended as a standalone application, but instead to hold commonalities between the SBOM projects, such as the Date utility. The project was written as a test driven development to validate the methods and classes in this project and additions should have paired JUnit tests. Tests can be verified through the Maven Command `mvn clean test`.\n\n##### Add to your existing Maven Project\nWith maven configured to connect to [nexus.us.lmco.com](https://nexus.us.lmco.com/) you can add following dependency to your pom.xml (note you will have to edit `TAG-Version`)\n```\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003ecom.lmco.efoss.combiner\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003eSBomCommonsCombiner\u003c/artifactId\u003e\n\t\t\t\u003cversion\u003eTAG-Version\u003c/version\u003e\n\t\t\u003c/dependency\u003e\n```\nAfter the dependency is added to your POM you can reference the classes found in this project by adding the import, `import com.lmco.efoss.sbom.combiner.*`, to your java class.\n\n#### How to Run/Use This Project\nThe project is not intended as a standalone application, the JUnit tests can be verified through the Maven Command `mvn clean test`.\n\n## License\n[Licenses](./LICENSE) for this project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fsbom-commons-combiner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclonedx%2Fsbom-commons-combiner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fsbom-commons-combiner/lists"}