open class ResolverImpl : Resolver
An implementation of Resolver based on Aether.
Author
Clement Escoffier
ResolverImpl(options: ResolverOptions)
Creates a new instance of ResolverImpl with the given options. |
open fun customizeRemoteRepoBuilder(builder: Builder): Unit |
|
open fun resolve(artifact: Artifact, transitive: Boolean, exclusions: MutableList<String>): MutableList<Artifact>
Resolve the given artifact. open fun resolve(gacv: String, options: ResolutionOptions): MutableList<Artifact> |