package core
- Since
2019-04-22
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- core
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type ArtifactId = Type
-
final
case class
BuildSbt(globalSettings: GlobalSettings, thisBuildSettings: ThisBuildSettings, projectSettings: ProjectSettings, props: List[Prop]) extends Product with Serializable
- Since
2020-01-29
-
sealed
trait
Common extends AnyRef
- Since
2019-04-21
-
final
case class
Dependency(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: Seq[Exclusion]) extends Product with Serializable
- Since
2019-04-21
-
final
case class
Exclusion(groupId: GroupId, artifactId: ArtifactId) extends Product with Serializable
- Since
2019-04-22
- type GroupId = Type
-
trait
Maven2Sbt[F[_]] extends AnyRef
- Since
2017-04-03
-
sealed
trait
Maven2SbtError extends AnyRef
- Since
2019-12-09
-
final
case class
MavenProperty(key: String, value: String) extends Product with Serializable
- Since
2019-04-21
-
final
case class
ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable
- Since
2019-04-21
-
final
case class
Repository(id: RepoId, name: RepoName, url: RepoUrl) extends Product with Serializable
- Since
2019-04-21
- type ScalaVersion = Type
-
sealed
trait
Scope extends AnyRef
- Since
2019-04-21
- type Version = Type
Value Members
- object ArtifactId
- object BuildSbt extends Serializable
- object Common extends Common
- object Dependency extends Serializable
- object Exclusion extends Serializable
- object GroupId
- object Maven2Sbt
- object Maven2SbtError
- object MavenProperty extends Serializable
- object ProjectInfo extends Serializable
- object Repository extends Serializable
- object ScalaVersion
- object Scope
- object Version