Package com. mikepenz. aboutlibraries. entity
Types
Link copied to clipboard
Link copied to clipboard
data class Library(uniqueId: String, artifactVersion: String?, name: String, description: String?, website: String?, developers: List<Developer>, organization: Organization?, scm: Scm?, licenses: Set<License>, funding: Set<Funding>, tag: String?)
Content copied to clipboard
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.