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

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

There is a newer version: 2.1.24
Show newest version
package coursier.params
import dataclass.data

@data class MirrorConfFile(
  path: String,
  optional: Boolean = true
) extends coursier.internal.PlatformMirrorConfFile




© 2015 - 2025 Weber Informatics LLC | Privacy Policy