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-http-client is a scala 3 library providing http client services for writing backend applications

There is a newer version: 0.4.3
Show newest version
// $COVERAGE-OFF$
package pillars.httpclient.build

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "pillars-http-client". */
  val name: String = "pillars-http-client"
  /** The value is "0.3.22". */
  val version: String = "0.3.22"
  /** The value is "pillars-http-client is a scala 3 library providing http client services for writing backend applications". */
  val description: String = "pillars-http-client is a scala 3 library providing http client 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