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

com.mle.play.json.SimpleCommand.scala Maven / Gradle / Ivy

The newest version!
package com.mle.play.json

import play.api.libs.json.Json

/**
 *
 * @author mle
 */
case class SimpleCommand(cmd: String)

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy