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. final case class Dependency(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: List[Exclusion]) extends Product with Serializable

    Since

    2019-04-21

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

    Since

    2019-04-22

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

    Since

    2017-04-03

  7. sealed trait Maven2SbtError extends AnyRef

    Since

    2019-12-09

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

    Since

    2019-04-21

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

    Since

    2019-04-21

  11. final case class Prop(name: PropName, value: PropValue) extends Product with Serializable
  12. sealed trait RenderedString extends AnyRef
  13. implicit final class RenderedStringOps extends AnyVal
  14. final case class Repository(id: Option[RepoId], name: Option[RepoName], url: RepoUrl) extends Product with Serializable

    Since

    2019-04-21

  15. type ScalaVersion = Type
  16. sealed trait Scope extends AnyRef

    Since

    2019-04-21

  17. sealed trait StringUtils extends AnyRef

    Since

    2019-04-21

  18. type Version = Type

Value Members

  1. object ArtifactId
  2. object BuildSbt extends Serializable
  3. object Dependency extends Serializable
  4. object Exclusion extends Serializable
  5. object GroupId
  6. object Maven2Sbt
  7. object Maven2SbtError
  8. object MavenProperty extends Serializable
  9. object ProjectInfo extends Serializable
  10. object Prop extends Serializable
  11. object Props

    Annotations
    @SuppressWarnings()
    Since

    2020-12-13

  12. object RenderedString
  13. object Repository extends Serializable
  14. object ScalaVersion
  15. object Scope
  16. object StringUtils extends StringUtils
  17. object Version

Inherited from AnyRef

Inherited from Any

Ungrouped