scala.build
package scala.build
Members list
Packages
package scala.build.actionable
package scala.build.interactive
package scala.build.internal
package scala.build.options
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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Artifacts
object CoursierUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CoursierUtils.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Positioned
Attributes
- Companion
- class
- 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
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
final class TemporaryInMemoryRepository extends Repository
Attributes
- Companion
- object
- Supertypes
-
trait Repositorytrait ArtifactSourcetrait Serializableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
In this article