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

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

Go to download

pillars-flag is a scala 3 library providing feature flag services for writing backend applications

The newest version!
// $COVERAGE-OFF$
package pillars.flags.build

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "pillars-flags". */
  val name: String = "pillars-flags"
  /** The value is "0.4.3". */
  val version: String = "0.4.3"
  /** The value is "pillars-flag is a scala 3 library providing feature flag services for writing backend applications". */
  val description: String = "pillars-flag is a scala 3 library providing feature flag services for writing backend applications"
  override val toString: String = {
    "name: %s, version: %s, description: %s".format(
      name, version, description
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy