Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
data class Library(val uniqueId: String, val artifactVersion: String?, val name: String, val description: String?, val website: String?, val developers: List<Developer>, val organization: Organization?, val scm: Scm?, val licenses: Set<License> = emptySet(), val funding: Set<Funding> = emptySet(), val tag: String? = null)
Describes a complete Library element, specifying important information about a used dependency.
Link copied to clipboard
Describes the Organization defined in the pom.xml file.
Link copied to clipboard
SpdxLicense includes all known licenses according to spdx.org Licenses found in the pom.xml are tried to be mapped against the spdx form for a consistet representation.