vertx / io.vertx.maven.resolver / ResolutionOptions / setWithTransitive

setWithTransitive

open fun setWithTransitive(withTransitive: Boolean): ResolutionOptions

Sets whether or not the resolution of the dependency should include the transitive dependencies.

Parameters

withTransitive - whether or not the resolution should also resolve the transitive dependencies, true by default.

Return
the current ResolutionOptions instance