Interface PomUtils.Licenses
- Enclosing interface:
PomUtils
public static sealed interface PomUtils.Licenses
Contains several licenses used by MinecraftForge to reduce needing to manually write them out in each project
that uses one.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Action<MavenPomLicense> static final Action<MavenPomLicense> static final Action<MavenPomLicense> static final Action<MavenPomLicense>
-
Field Details
-
Apache2_0
- See Also:
-
LGPLv2_1
- See Also:
-
LGPLv3
- See Also:
-
MIT
- See Also:
-