Package org.spdx.sbom.gradle.maven
Interface PomInfo
@Immutable
public interface PomInfo
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
-
Method Details
-
getLicenses
List<PomInfo.LicenseInfo> getLicenses() -
getHomepage
URI getHomepage() -
getOrganization
Optional<org.apache.maven.model.Organization> getOrganization() -
getDevelopers
List<PomInfo.DeveloperInfo> getDevelopers()
-