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

coursier.cli.Resolve.scala Maven / Gradle / Ivy

The newest version!
package coursier
package cli

import caseapp._

final case class Resolve(
  @Recurse
    common: CommonOptions
) extends App {

  // the `val helper = ` part is needed because of DelayedInit it seems
  val helper = new Helper(common, remainingArgs, printResultStdout = true)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy