Uses of Class
io.spring.initializr.generator.buildsystem.maven.MavenLicense
Packages that use MavenLicense
-
Uses of MavenLicense in io.spring.initializr.generator.buildsystem.maven
Methods in io.spring.initializr.generator.buildsystem.maven that return MavenLicenseMethods in io.spring.initializr.generator.buildsystem.maven that return types with arguments of type MavenLicenseModifier and TypeMethodDescriptionMavenBuildSettings.getLicenses()
Return the licenses associated with the project.Methods in io.spring.initializr.generator.buildsystem.maven with parameters of type MavenLicenseModifier and TypeMethodDescriptionMavenBuildSettings.Builder.licenses
(MavenLicense... licenses) Set the licenses of the project.