li-jiayu / cyclonedx-core-java

CycloneDX SBOM Model and Utils for Creating and Validating BOMs

Home Page:https://cyclonedx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Maven Central License Website Slack Invite Group Discussion Twitter

CycloneDX Core (Java)

The CycloneDX core module provides a model representation of the BOM along with utilities to assist in creating, validating, and parsing BOMs. CycloneDX is a lightweight BOM specification that is easily created, human readable, and simple to parse.

Maven Usage

<dependency>
    <groupId>org.cyclonedx</groupId>
    <artifactId>cyclonedx-core-java</artifactId>
    <version>2.7.0</version>
</dependency>

Copyright & License

CycloneDX Core (Java) is Copyright (c) Steve Springett. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the License file for the full license.

About

CycloneDX SBOM Model and Utils for Creating and Validating BOMs

https://cyclonedx.org/

License:Apache License 2.0


Languages

Language:Java 99.8%Language:Shell 0.2%