final case class ResolvedClasspathDependency(project: ProjectRef, configuration: Option[String]) extends ClasspathDep[ProjectRef] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolvedClasspathDependency
- Serializable
- Serializable
- Product
- Equals
- ClasspathDep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResolvedClasspathDependency(project: ProjectRef, configuration: Option[String])
Value Members
-
val
configuration: Option[String]
- Definition Classes
- ResolvedClasspathDependency → ClasspathDep
-
val
project: ProjectRef
- Definition Classes
- ResolvedClasspathDependency → ClasspathDep