{"id":20617814,"url":"https://github.com/cyclonedx/sbom-commons","last_synced_at":"2025-10-24T01:34:31.144Z","repository":{"id":38364029,"uuid":"381579425","full_name":"CycloneDX/sbom-commons","owner":"CycloneDX","description":"Lockheed Martin developed common SBOM library","archived":false,"fork":false,"pushed_at":"2024-05-04T10:45:54.000Z","size":623,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-05T09:03:14.606Z","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:54:39.000Z","updated_at":"2024-09-02T09:06:34.000Z","dependencies_parsed_at":"2024-05-04T11:44:57.624Z","dependency_job_id":null,"html_url":"https://github.com/CycloneDX/sbom-commons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CycloneDX%2Fsbom-commons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CycloneDX","download_url":"https://codeload.github.com/CycloneDX/sbom-commons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277386,"owners_count":20101531,"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":["bill-of-materials","bom","cyclonedx","owasp","sbom","software-bill-of-materials"],"created_at":"2024-11-16T12:06:05.277Z","updated_at":"2025-10-24T01:34:31.065Z","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":"[![Build Status](https://github.com/CycloneDX/sbom-commons/workflows/Maven%20CI/badge.svg)](https://github.com/CycloneDX/sbom-commons/actions?workflow=Maven+CI)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.cyclonedx.contrib.com.lmco.efoss.sbom/sbom-commons/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.cyclonedx.contrib.com.lmco.efoss.sbom/sbom-commons)\n[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)][License]\n[![Website](https://img.shields.io/badge/https://-cyclonedx.org-blue.svg)](https://cyclonedx.org/)\n[![Slack Invite](https://img.shields.io/badge/Slack-Join-blue?logo=slack\u0026labelColor=393939)](https://cyclonedx.org/slack/invite)\n[![Group Discussion](https://img.shields.io/badge/discussion-groups.io-blue.svg)](https://groups.io/g/CycloneDX)\n[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social\u0026label=Follow)](https://twitter.com/CycloneDX_Spec)\n\n# sbom-commons\nLockheed Martin developed common SBOM library\n\n## Overview/Description of Project\nThis project contains common classes used by the various components of the software bill of materials ([SBOM](https://gitlab.us.lmco.com/software-factory/sbom/documentation/-/blob/master/overview.md)) services and applications. The SbomCommons 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\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\n```\n\t\t\u003cdependency\u003e\n\t\t\t\u003cgroupId\u003eorg.cyclonedx.contrib.com.lmco.efoss.sbom\u003c/groupId\u003e\n\t\t\t\u003cartifactId\u003esbom-commons\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 org.cyclonedx.contrib.com.lmco.efoss.sbom.commons.*`, 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\nCopyright \u0026 License\n-------------------\n\nCycloneDX SBOM Commons is Copyright (c) Lockheed Martin Corporation. All Rights Reserved.\n\nPermission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [License] file for the full license.\n\n[License]: https://github.com/CycloneDX/sbom-commons/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fsbom-commons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyclonedx%2Fsbom-commons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyclonedx%2Fsbom-commons/lists"}