Class SbomGraph

java.lang.Object
org.cyclonedx.gradle.model.SbomGraph
All Implemented Interfaces:
Serializable

public class SbomGraph extends Object implements Serializable
Represents the aggregated dependency graph across all the configurations of the projects in scope. It is fully serializable to support the build cache.
See Also: