fromMvnRepository

abstract fun fromMvnRepository(fetchExactly: Boolean = false)

Adds MvnRepository as a source of dependencies searches.

Parameters

fetchExactly

Some scala dependencies have special version. By default, this source will not resolve them. Only when the value is true will it spend more time to resolve them. For example, org.scala-lang:scala3-library, which is actually org.scala-lang:scala3-library_3. For more details, see Scala docs