Class DependencyStringNotationConverter

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

@Deprecated public class DependencyStringNotationConverter extends Object
Deprecated.
Use DependencyNotation.parse(String) instead. This class is retained for backward compatibility.
  • Constructor Details

    • DependencyStringNotationConverter

      public DependencyStringNotationConverter()
      Deprecated.
  • Method Details

    • parse

      @Deprecated public static @Nullable org.openrewrite.maven.tree.Dependency parse(@Nullable String notation)
      Deprecated.
      Use DependencyNotation.parse(String) instead
      Parameters:
      notation - a String in the format group:artifact:version:classifier@extension
      Returns:
      A corresponding Dependency or null if the notation could not be parsed