All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icenses-generator.1.0.1.source-code.licenses.twig Maven / Gradle / Ivy



  


  

The following material has been provided for informational purposes only, and should not be relied upon or construed as a legal opinion or legal advice.

{% for dependency in dependencies %} {% endfor %}
Package GroupPackage ArtifactPackage VersionRemote LicensesLocal Licenses
{{ dependency.getGroupId() }} {{ dependency.getArtifactId() }} {{ dependency.getVersion() }} {% for license in dependency.getLicenses() %} {{ license.getName() }}
{% endfor %}
{% for license in dependency.getLicenses() %} {% if licenseFiles.containsKey(license.getName()) %} {{ license.getName() }}
{% endif %} {% endfor %}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy