sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lucre-core_3 Show documentation
Show all versions of lucre-core_3 Show documentation
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