package
core
Type Members
-
final
case class
ArtifactId(artifactId: String) extends AnyVal with Product with Serializable
-
sealed
trait
Common extends AnyRef
-
final
case class
Dependency(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: Seq[Exclusion]) extends Product with Serializable
-
final
case class
Exclusion(groupId: GroupId, artifactId: ArtifactId) extends Product with Serializable
-
final
case class
GroupId(groupId: String) extends AnyVal with Product with Serializable
-
final
case class
MavenProperty(key: String, value: String) extends Product with Serializable
-
final
case class
ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable
-
final
case class
Repository(id: RepoId, name: RepoName, url: RepoUrl) extends Product with Serializable
-
final
case class
ScalaVersion(scalaVersion: String) extends AnyVal with Product with Serializable
-
sealed
trait
Scope extends AnyRef
-
final
case class
Version(version: String) extends AnyVal with Product with Serializable