scala.build
package scala.build
Members list
Concise view
Type members
Classlikes
final case class Artifacts(javacPluginDependencies: Seq[(AnyDependency, String, Path)], extraJavacPlugins: Seq[Path], userDependencies: Seq[AnyDependency], internalDependencies: Seq[AnyDependency], detailedArtifacts: Seq[(Dependency, Publication, Artifact, Path)], extraClassPath: Seq[Path], extraCompileOnlyJars: Seq[Path], extraRuntimeClassPath: Seq[Path], extraSourceJars: Seq[Path], scalaOpt: Option[ScalaArtifacts], hasJvmRunner: Boolean, resolution: Option[Resolution])
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Artifacts
object CoursierUtils
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- CoursierUtils.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Positioned
Attributes
- Companion:
- class
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- Positioned.type
final case class ScalaArtifacts(compilerDependencies: Seq[AnyDependency], compilerArtifacts: Seq[(String, Path)], compilerPlugins: Seq[(AnyDependency, String, Path)], scalaJsCli: Seq[Path], scalaNativeCli: Seq[Path], internalDependencies: Seq[AnyDependency], extraDependencies: Seq[AnyDependency], params: ScalaParameters)
Attributes
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object TemporaryInMemoryRepository
Copied over from https://github.com/coursier/sbt-coursier. Should probably be removed in the future, when (and if) the source lands in coursier itself.
Copied over from https://github.com/coursier/sbt-coursier. Should probably be removed in the future, when (and if) the source lands in coursier itself.
Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Repositorytrait ArtifactSourcetrait Serializableclass Objecttrait Matchableclass Any