Interface DependencyManagement

    • Method Detail

      • getSpringBootVersion

        String getSpringBootVersion()
        Returns the managed version of Spring Boot. May be null.
        Returns:
        the Spring Boot version, or null
      • find

        Dependency find​(String artifactId)
        Finds the managed dependency with the given artifactId.
        Parameters:
        artifactId - the artifact ID of the dependency to find
        Returns:
        the dependency, or null