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

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

Go to download

Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers

The newest version!
// $COVERAGE-OFF$
package de.sciss.lucre

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "Lucre-core". */
  val name: String = "Lucre-core"
  /** The value is "de.sciss". */
  val organization: String = "de.sciss"
  /** The value is "4.6.6". */
  val version: String = "4.6.6"
  /** The value is "3.1.3". */
  val scalaVersion: String = "3.1.3"
  /** The value is "Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers". */
  val description: String = "Extension of Scala-STM, adding optional durability layer, and providing API for confluent and reactive event layers"
  /** The value is new java.net.URL("https://codeberg.org/sciss/Lucre"). */
  val homepage = new java.net.URL("https://codeberg.org/sciss/Lucre")
  /** The value is "AGPL v3+". */
  val license = "AGPL v3+"
  override val toString: String = {
    "name: %s, organization: %s, version: %s, scalaVersion: %s, description: %s, homepage: %s, license: %s".format(
      name, organization, version, scalaVersion, description, homepage, license
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy