WebjarAsset

final case class WebjarAsset(library: String, version: String, asset: String)

Contains the information about an asset inside a webjar

Value Params
asset

The asset name inside the webjar

library

The webjar's library name

version

The version of the webjar

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product