package core
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class ArtifactId(artifactId: String) extends AnyVal with Product with Serializable
-
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
-
final
case class
GroupId(groupId: String) extends AnyVal with Product with Serializable
- Since
2019-04-22
-
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
- final case class ScalaVersion(scalaVersion: String) extends AnyVal with Product with Serializable
-
sealed
trait
Scope extends AnyRef
- Since
2019-04-21
- final case class Version(version: String) extends AnyVal with Product with Serializable
Value Members
- object Common extends Common
- object Dependency extends Serializable
- object Exclusion extends Serializable
-
object
Maven2Sbt
- Since
2017-04-03
- object MavenProperty extends Serializable
- object ProjectInfo extends Serializable
- object Repository extends Serializable
- object Scope