final case class WebjarAsset(library: String, version: String, asset: String) extends Product with Serializable
Contains the information about an asset inside a webjar
- library
The webjar's library name
- version
The version of the webjar
- asset
The asset name inside the webjar
- Source
- WebjarService.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WebjarAsset
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All