Artifact

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

Attributes

Companion
object
Source
model.scala
Graph
Supertypes
trait Serializable
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
model.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product