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], libs: Libs) extends Product with Serializable
- Since
2020-01-29
-
sealed
trait
Dependency extends AnyRef
- Since
2019-04-21
-
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
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
-
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
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
- 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
- object Exclusion extends Serializable
- object GroupId
- object Libs extends Serializable
- object Maven2Sbt
- object Maven2SbtError
- object MavenProperty extends Serializable
- object ProjectInfo extends Serializable
- object Prop extends Serializable
-
object
Props
- Annotations
- @SuppressWarnings()
- Since
2020-12-13
- object ReferencedRender
- object Render
- object RenderedString
- object Repository extends Serializable
- object ScalaBinaryVersion
- object ScalaVersion
- object Scope
- object StringUtils extends StringUtils
- object Version