maven2sbt

core

package core

Visibility
  1. Public
  2. All

Type Members

  1. final case class ArtifactId(artifactId: String) extends AnyVal with Product with Serializable

  2. sealed trait Common extends AnyRef

  3. final case class Dependency(groupId: GroupId, artifactId: ArtifactId, version: Version, scope: Scope, exclusions: Seq[Exclusion]) extends Product with Serializable

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

  5. final case class GroupId(groupId: String) extends AnyVal with Product with Serializable

  6. sealed trait Maven2SbtError extends AnyRef

  7. final case class MavenProperty(key: String, value: String) extends Product with Serializable

  8. final case class ProjectInfo(groupId: GroupId, artifactId: ArtifactId, version: Version) extends Product with Serializable

  9. final case class Repository(id: RepoId, name: RepoName, url: RepoUrl) extends Product with Serializable

  10. final case class ScalaVersion(scalaVersion: String) extends AnyVal with Product with Serializable

  11. sealed trait Scope extends AnyRef

  12. final case class Version(version: String) extends AnyVal with Product with Serializable

Value Members

  1. object Common extends Common

  2. object Dependency extends Serializable

  3. object Exclusion extends Serializable

  4. object Maven2Sbt

  5. object Maven2SbtError

  6. object MavenProperty extends Serializable

  7. object ProjectInfo extends Serializable

  8. object Repository extends Serializable

  9. object Scope

Ungrouped