JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openrewrite.gradle.toolingapi
Interface GroupArtifactVersion
public interface
GroupArtifactVersion
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getArtifactId
()
@Nullable
String
getGroupId
()
@Nullable
String
getVersion
()
Method Details
getGroupId
@Nullable
@Nullable
String
getGroupId
()
getArtifactId
String
getArtifactId
()
getVersion
@Nullable
@Nullable
String
getVersion
()