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], libs: Libs) extends Product with Serializable

    Since

    2020-01-29

  3. sealed trait Dependency extends AnyRef

    Since

    2019-04-21

  4. trait DependencyPlus extends AnyRef

    Since

    2021-03-11

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

    Since

    2019-04-22

  6. type GroupId = Type
  7. final case class Libs(dependencies: List[(LibValName, Dependency)]) extends Product with Serializable

    Since

    2021-03-04

  8. trait LibsPlus extends AnyRef

    Since

    2021-03-10

  9. trait Maven2Sbt[F[_]] extends AnyRef

    Since

    2017-04-03

  10. sealed trait Maven2SbtError extends AnyRef

    Since

    2019-12-09

  11. final case class MavenProperty(key: Name, value: Value) extends Product with Serializable

    Since

    2019-04-21

  12. trait MavenPropertyPlus extends AnyRef

    Since

    2021-03-11

  13. implicit final class MkStringForOnlyStrings extends AnyVal
    Annotations
    @SuppressWarnings()
  14. final case class ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable

    Since

    2019-04-21

  15. final case class Prop(name: PropName, value: PropValue) extends Product with Serializable
  16. trait PropsPlus extends AnyRef

    Since

    2021-03-10

  17. trait ReferencedRender[A] extends AnyRef

    Since

    2020-03-14

  18. trait Render[A] extends AnyRef

    Since

    2020-03-14

  19. sealed trait RenderedString extends AnyRef
  20. implicit final class RenderedStringOps extends AnyVal
  21. final case class Repository(id: Option[RepoId], name: Option[RepoName], url: RepoUrl) extends Product with Serializable

    Since

    2019-04-21

  22. trait RepositoryPlus extends AnyRef

    Since

    2021-03-11

  23. type ScalaBinaryVersion = Type
  24. type ScalaVersion = Type
  25. sealed trait Scope extends AnyRef

    Since

    2019-04-21

  26. sealed trait StringUtils extends AnyRef

    Since

    2019-04-21

  27. type Version = Type

Value Members

  1. object ArtifactId
  2. object BuildSbt extends Serializable
  3. object Dependency extends DependencyPlus
  4. object Exclusion extends Serializable
  5. object GroupId
  6. object Libs extends LibsPlus with Serializable
  7. object Maven2Sbt
  8. object Maven2SbtError
  9. object MavenProperty extends MavenPropertyPlus with Serializable
  10. object ProjectInfo extends Serializable
  11. object Prop extends Serializable
  12. object Props extends PropsPlus

    Annotations
    @SuppressWarnings()
    Since

    2020-12-13

  13. object ReferencedRender
  14. object Render
  15. object RenderedString
  16. object Repository extends RepositoryPlus with Serializable
  17. object ScalaBinaryVersion
  18. object ScalaVersion
  19. object Scope
  20. object StringUtils extends StringUtils
  21. object Version

Inherited from AnyRef

Inherited from Any

Ungrouped