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

sbt-buildinfo.PlayJsonExtraBuildInfo.scala Maven / Gradle / Ivy

The newest version!
// $COVERAGE-OFF$
package play.jsonext

/** This object was generated by sbt-buildinfo. */
case object PlayJsonExtraBuildInfo {
  /** The value is "com.github.xuwei-k". */
  val organization: String = "com.github.xuwei-k"
  /** The value is "play-json-extra". */
  val name: String = "play-json-extra"
  /** The value is "0.10.0". */
  val version: String = "0.10.0"
  /** The value is "2.12.20". */
  val scalaVersion: String = "2.12.20"
  /** The value is "1.10.11". */
  val sbtVersion: String = "1.10.11"
  /** The value is scala.collection.immutable.Seq(("MIT License" -> new java.net.URI("https://opensource.org/licenses/mit-license").toURL)). */
  val licenses: scala.collection.immutable.Seq[(String, java.net.URL)] = scala.collection.immutable.Seq(("MIT License" -> new java.net.URI("https://opensource.org/licenses/mit-license").toURL))
  /** The value is "3.1.0-M1". */
  val playJsonVersion: String = "3.1.0-M1"
  override val toString: String = {
    "organization: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, licenses: %s, playJsonVersion: %s".format(
      organization, name, version, scalaVersion, sbtVersion, licenses, playJsonVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy