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

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

Go to download

Apache Pekko gRPC - Support for building streaming gRPC servers and clients on top of Pekko Streams.

The newest version!
// $COVERAGE-OFF$
package org.apache.pekko.grpc.gen

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "pekko-grpc-codegen". */
  val name: String = "pekko-grpc-codegen"
  /** The value is "1.1.1". */
  val version: String = "1.1.1"
  /** The value is "3.3.4". */
  val scalaVersion: String = "3.3.4"
  /** The value is "1.10.4". */
  val sbtVersion: String = "1.10.4"
  /** The value is "org.apache.pekko". */
  val organization: String = "org.apache.pekko"
  /** The value is "pekko-grpc-runtime". */
  val runtimeArtifactName: String = "pekko-grpc-runtime"
  /** The value is "1.1.2". */
  val pekkoVersion: String = "1.1.2"
  /** The value is "1.1.0". */
  val pekkoHttpVersion: String = "1.1.0"
  /** The value is "1.67.1". */
  val grpcVersion: String = "1.67.1"
  /** The value is "3.25.5". */
  val googleProtocVersion: String = "3.25.5"
  /** The value is "3.25.5". */
  val googleProtobufJavaVersion: String = "3.25.5"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, organization: %s, runtimeArtifactName: %s, pekkoVersion: %s, pekkoHttpVersion: %s, grpcVersion: %s, googleProtocVersion: %s, googleProtobufJavaVersion: %s".format(
      name, version, scalaVersion, sbtVersion, organization, runtimeArtifactName, pekkoVersion, pekkoHttpVersion, grpcVersion, googleProtocVersion, googleProtobufJavaVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy