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

scala.build.internal.ExternalBinaryParams.scala Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package scala.build.internal

import coursier.core.Repository

final case class ExternalBinaryParams(
  binaryUrl: String,
  changing: Boolean,
  launcherPrefix: String,
  dependencies: Seq[dependency.Dependency],
  mainClass: String,
  forcedVersions: Seq[(dependency.Module, String)] = Nil,
  extraRepos: Seq[Repository] = Nil
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy