Artifact

izumi.sbtgen.model.Artifact
case class Artifact(name: ArtifactId, libs: Seq[ScopedLibrary], depends: Seq[ScopedDependency], pathPrefix: Seq[String], platforms: Seq[PlatformEnv], groups: Set[Group], subGroupId: Option[String], settings: Seq[SettingDef], plugins: Plugins)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product