Interface LicenseMap

  • All Known Implementing Classes:
    MavenProjectLicenses

    public interface LicenseMap
    To be implemented by different project/build-framework scanners presenting licenses of dependencies.
    • Method Detail

      • getLicenseMap

        Map<org.apache.maven.model.License,​Set<org.apache.maven.artifact.Artifact>> getLicenseMap()