# Functions
NewJARDependency creates a new instance of JAR dependency, returning true if it matches the standard Maven naming scheme.
NewMetadata creates a new Metadata returning false if Spring-Boot-Version is not defined.
NewSpringBoot creates a new SpringBoot instance.
# Constants
Dependency indicates that an application is a Spring Boot application.
# Structs
JARDependency represents a JAR dependency within an application.
Metadata describes the application's metadata.
SpringBoot represents a Spring Boot JVM application.
# Type aliases
No description provided by the author