All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.outr.jefe.resolve.VersionedArtifact.scala Maven / Gradle / Ivy

The newest version!
package com.outr.jefe.resolve

/**
  * Complete details of an artifact with version
  */
case class VersionedArtifact(group: String, name: String, version: Version) {
  lazy val artifact: Artifact = Artifact(group, name)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy