package core
- Since
2019-04-22
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- core
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ArtifactId = Type
- final case class BuildSbt(globalSettings: GlobalSettings, thisBuildSettings: ThisBuildSettings, projectSettings: ProjectSettings, props: List[Prop], libs: Libs) extends Product with Serializable
- Since
2020-01-29
- sealed trait Dependency extends AnyRef
- Since
2019-04-21
- trait DependencyPlus extends AnyRef
- Since
2021-03-11
- final case class Exclusion(groupId: GroupId, artifactId: ArtifactId) extends Product with Serializable
- Since
2019-04-22
- type GroupId = Type
- final case class Libs(dependencies: List[(LibValName, Dependency)]) extends Product with Serializable
- Since
2021-03-04
- trait LibsPlus extends AnyRef
- Since
2021-03-10
- trait Maven2Sbt[F[_]] extends AnyRef
- Since
2017-04-03
- sealed trait Maven2SbtError extends AnyRef
- Since
2019-12-09
- final case class MavenProperty(key: Name, value: Value) extends Product with Serializable
- Since
2019-04-21
- trait MavenPropertyPlus extends AnyRef
- Since
2021-03-11
- implicit final class MkStringForOnlyStrings extends AnyVal
- Annotations
- @SuppressWarnings()
- final case class ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable
- Since
2019-04-21
- final case class Prop(name: PropName, value: PropValue) extends Product with Serializable
- trait PropsPlus extends AnyRef
- Since
2021-03-10
- trait ReferencedRender[A] extends AnyRef
- Since
2020-03-14
- trait Render[A] extends AnyRef
- Since
2020-03-14
- sealed trait RenderedString extends AnyRef
- implicit final class RenderedStringOps extends AnyVal
- final case class Repository(id: Option[RepoId], name: Option[RepoName], url: RepoUrl) extends Product with Serializable
- Since
2019-04-21
- trait RepositoryPlus extends AnyRef
- Since
2021-03-11
- type ScalaBinaryVersion = Type
- type ScalaVersion = Type
- sealed trait Scope extends AnyRef
- Since
2019-04-21
- sealed trait StringUtils extends AnyRef
- Since
2019-04-21
- type Version = Type
Value Members
- object ArtifactId
- object BuildSbt extends Serializable
- object Dependency extends DependencyPlus
- object Exclusion extends Serializable
- object GroupId
- object Libs extends LibsPlus with Serializable
- object Maven2Sbt
- object Maven2SbtError
- object MavenProperty extends MavenPropertyPlus with Serializable
- object ProjectInfo extends Serializable
- object Prop extends Serializable
- object Props extends PropsPlus
- Annotations
- @SuppressWarnings()
- Since
2020-12-13
- object ReferencedRender
- object Render
- object RenderedString
- object Repository extends RepositoryPlus with Serializable
- object ScalaBinaryVersion
- object ScalaVersion
- object Scope
- object StringUtils extends StringUtils
- object Version