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

com.mle.util.Version.scala Maven / Gradle / Ivy

The newest version!
package com.mle.util

import play.api.libs.json.Json

/**
 *
 * @author mle
 */
case class Version(version: String)

object Version {
  implicit val json = Json.format[Version]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy