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

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

Go to download

scalaxb is an XML data-binding tool for Scala that supports W3C XML Schema (xsd) and wsdl.

There is a newer version: 1.12.1
Show newest version
// $COVERAGE-OFF$
package scalaxb

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "scalaxb". */
  val name: String = "scalaxb"
  /** The value is "1.12.2". */
  val version: String = "1.12.2"
  /** The value is "2.12.18". */
  val scalaVersion: String = "2.12.18"
  /** The value is "1.10.2". */
  val sbtVersion: String = "1.10.2"
  /** The value is "1.0.1". */
  val defaultDispatchVersion: String = "1.0.1"
  /** The value is "0.23.18". */
  val defaultHttp4sVersion: String = "0.23.18"
  /** The value is "0.5.0". */
  val defaultGigahorseVersion: String = "0.5.0"
  /** The value is "okhttp". */
  val defaultGigahorseBackend: String = "okhttp"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, defaultDispatchVersion: %s, defaultHttp4sVersion: %s, defaultGigahorseVersion: %s, defaultGigahorseBackend: %s".format(
      name, version, scalaVersion, sbtVersion, defaultDispatchVersion, defaultHttp4sVersion, defaultGigahorseVersion, defaultGigahorseBackend
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy