Package org.openrewrite.gradle.internal
Class DependencyStringNotationConverter
java.lang.Object
org.openrewrite.gradle.internal.DependencyStringNotationConverter
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DependencyStringNotationConverter
public DependencyStringNotationConverter()Deprecated.
-
-
Method Details
-
parse
@Deprecated public static @Nullable org.openrewrite.maven.tree.Dependency parse(@Nullable String notation) Deprecated.UseDependencyNotation.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
-
DependencyNotation.parse(String)instead. This class is retained for backward compatibility.