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

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

There is a newer version: 1.30.30
Show newest version
// $COVERAGE-OFF$
package camundala

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "io.github.pme123". */
  val organization: String = "io.github.pme123"
  /** The value is "camundala-domain". */
  val name: String = "camundala-domain"
  /** The value is "1.30.23". */
  val version: String = "1.30.23"
  /** The value is "3.5.1". */
  val scalaVersion: String = "3.5.1"
  /** The value is "1.10.1". */
  val sbtVersion: String = "1.10.1"
  /** The value is "7.22.0". */
  val camundaVersion: String = "7.22.0"
  /** The value is "3.3.4". */
  val springBootVersion: String = "3.3.4"
  /** The value is "4.0.2". */
  val jaxbApiVersion: String = "4.0.2"
  /** The value is "0.11.3". */
  val osLibVersion: String = "0.11.3"
  /** The value is "1.0.2". */
  val mUnitVersion: String = "1.0.2"
  override val toString: String = {
    "organization: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, camundaVersion: %s, springBootVersion: %s, jaxbApiVersion: %s, osLibVersion: %s, mUnitVersion: %s".format(
      organization, name, version, scalaVersion, sbtVersion, camundaVersion, springBootVersion, jaxbApiVersion, osLibVersion, mUnitVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy