JavaModule

mill.scalalib.JavaModule
See theJavaModule companion trait
object JavaModule

Attributes

Companion
trait
Source
JavaModule.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
JavaModule.type

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * An in-memory [[coursier.Repository]] that exposes the passed projects\n *\n * Doesn\'t generate artifacts for these. These are assumed to be managed\n * externally for now.\n *\n * @param projects\n */")
final case class InternalRepo(projects: Seq[Project]) extends Repository

An in-memory coursier.Repository that exposes the passed projects

An in-memory coursier.Repository that exposes the passed projects

Doesn't generate artifacts for these. These are assumed to be managed externally for now.

Attributes

Source
JavaModule.scala
Supertypes
trait Product
trait Equals
trait Repository
trait ArtifactSource
trait Serializable
class Object
trait Matchable
class Any
Show all