Artifact

mill.scalalib.publish.Artifact
See theArtifact companion object
case class Artifact(group: String, id: String, version: String)

Attributes

Companion
object
Source
settings.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isSnapshot: Boolean

Attributes

Source
settings.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product