abstract fun resolve(dependency: String, options: ResolutionOptions): MutableList<Artifact>
Resolves a dependency.
dependency - the dependency, using the GACV form.
options - the resolution options
Return
the list of resolved artifacts. The list contains a single element if the transitive dependencies are not resolved. The first artifact of the list if the artifact for the given dependency.