JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.markelliot.gradle.versions.api
Interface DependencyUpdateRec
@Immutable
public interface
DependencyUpdateRec
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
currentVersion
()
String
group
()
String
latestVersion
()
String
name
()
Method Details
group
String
group
()
name
String
name
()
currentVersion
@Nullable
String
currentVersion
()
latestVersion
String
latestVersion
()