Dependency

com.codacy.plugins.api.results.Result.SBOM.Dependency
case class Dependency(ref: String, dependsOn: List[String])

Documents a dependency relationship between components.

Value parameters

dependsOn

References to other components this component depends on.

ref

The reference to a component. Same as Component.bom-ref.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product