Package com.android.ide.common.repository

Class Summary
GradleCoordinate This class represents a maven coordinate and allows for comparison at any level.
GradleCoordinate.ListComponent A list of components separated by dashes.
GradleCoordinate.NumberComponent  
GradleCoordinate.PaddedNumberComponent Like NumberComponent, but used for numeric strings that have leading zeroes which we must preserve
GradleCoordinate.RevisionComponent A single component of a revision number: either a number, a string or a list of components separated by dashes.
GradleCoordinate.StringComponent  
 

Enum Summary
GradleCoordinate.ArtifactType List taken from http://maven.apache.org/pom.html#Maven_Coordinates
SdkMavenRepository A SdkMavenRepository represents a Maven repository that is shipped with the SDK and located in the extras folder of the SDK location.