The Wayback Machine - https://web.archive.org/web/20201028210405/https://github.com/CycloneDX/cyclonedx-core-java
Skip to content
master
Go to file
Code

README.md

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>3.0.5</version>
</dependency>

CycloneDX Schema Support

The following table provides information on the version of this node module, the CycloneDX schema version supported, as well as the output format options. Use the latest possible version of this node module that is the compatible with the CycloneDX version supported by the target system.

Version Schema Version Format(s)
3.x CycloneDX v1.2 XML/JSON
2.x CycloneDX v1.1 XML
1.x CycloneDX v1.0 XML

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.

You can’t perform that action at this time.