vertx / io.vertx.maven.resolver / ResolverImpl / resolve

resolve

open fun resolve(artifact: Artifact, transitive: Boolean, exclusions: MutableList<String>): MutableList<Artifact>

Resolve the given artifact.

Parameters

artifact - the artifact

transitive - whether or not the transitive dependencies needs to be resolved too

exclusions - the list of exclusions

Return
the list of artifact

open fun resolve(gacv: String, options: ResolutionOptions): MutableList<Artifact>

Overrides Resolver.resolve