Class MavenPlugin.Dependency
java.lang.Object
io.spring.initializr.generator.buildsystem.maven.MavenPlugin.Dependency
- Enclosing class:
- MavenPlugin
A
<dependency>
of a MavenPlugin
.-
Method Summary
Modifier and TypeMethodDescriptionReturn the artifact ID of the plugin dependency.Return the group ID of the plugin dependency.Return the version of the plugin dependency.
-
Method Details
-
getGroupId
Return the group ID of the plugin dependency.- Returns:
- the group ID
-
getArtifactId
Return the artifact ID of the plugin dependency.- Returns:
- the artifact ID
-
getVersion
Return the version of the plugin dependency.- Returns:
- the version
-