lerna.management.stats.MetricsValue.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lerna-management_2.13 Show documentation
Show all versions of lerna-management_2.13 Show documentation
A library that is useful for building applications that run on Lerna Stack.
The newest version!
package lerna.management.stats
/** A metrics value
*
* @param value An underlying value which represents the value of the metric.
*/
final case class MetricsValue(value: String) extends AnyVal