This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<#-- To render the third-party file. | |
Available context : | |
- dependencyMap a collection of Map.Entry with | |
key are dependencies (as a MavenProject) (from the maven project) | |
values are licenses of each dependency (array of string) | |
- licenseMap a collection of Map.Entry with | |
key are licenses of each dependency (array of string) | |
values are all dependencies using this license |
NewerOlder