Packages

package core

Since

2019-04-22

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ArtifactId = Type
  2. final case class BuildSbt(globalSettings: GlobalSettings, thisBuildSettings: ThisBuildSettings, projectSettings: ProjectSettings, props: List[Prop]) extends Product with Serializable

    Since

    2020-01-29

  3. sealed trait Common extends AnyRef

    Since

    2019-04-21

  4. final case class Dependency(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: Seq[Exclusion]) extends Product with Serializable

    Since

    2019-04-21

  5. final case class Exclusion(groupId: GroupId, artifactId: ArtifactId) extends Product with Serializable

    Since

    2019-04-22

  6. type GroupId = Type
  7. trait Maven2Sbt[F[_]] extends AnyRef

    Since

    2017-04-03

  8. sealed trait Maven2SbtError extends AnyRef

    Since

    2019-12-09

  9. final case class MavenProperty(key: String, value: String) extends Product with Serializable

    Since

    2019-04-21

  10. final case class ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable

    Since

    2019-04-21

  11. final case class Repository(id: RepoId, name: RepoName, url: RepoUrl) extends Product with Serializable

    Since

    2019-04-21

  12. type ScalaVersion = Type
  13. sealed trait Scope extends AnyRef

    Since

    2019-04-21

  14. type Version = Type

Value Members

  1. object ArtifactId
  2. object BuildSbt extends Serializable
  3. object Common extends Common
  4. object Dependency extends Serializable
  5. object Exclusion extends Serializable
  6. object GroupId
  7. object Maven2Sbt
  8. object Maven2SbtError
  9. object MavenProperty extends Serializable
  10. object ProjectInfo extends Serializable
  11. object Repository extends Serializable
  12. object ScalaVersion
  13. object Scope
  14. object Version

Inherited from AnyRef

Inherited from Any

Ungrouped