All Downloads are FREE. Search and download functionalities are using the official Maven repository.

coursier.params.Mirror.scala Maven / Gradle / Ivy

The newest version!
package coursier.params

import coursier.core.Repository

abstract class Mirror extends Serializable {
  def matches(repo: Repository): Option[Repository]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy