Package org.openrewrite.gradle.internal
Class DependencyStringNotationConverter
java.lang.Object
org.openrewrite.gradle.internal.DependencyStringNotationConverter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DependencyStringNotationConverter
public DependencyStringNotationConverter()
-
-
Method Details
-
parse
- Parameters:
notation- a String in the format group:artifact:version- Returns:
- A corresponding Dependency or null if the notation could not be parsed
-