Class DependencyStringNotationConverter

java.lang.Object
org.openrewrite.gradle.internal.DependencyStringNotationConverter

public class DependencyStringNotationConverter extends Object
  • Constructor Details

    • DependencyStringNotationConverter

      public DependencyStringNotationConverter()
  • Method Details

    • parse

      public static @Nullable Dependency parse(String notation)
      Parameters:
      notation - a String in the format group:artifact:version
      Returns:
      A corresponding Dependency or null if the notation could not be parsed