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

com.cognite.scala_sdk.BuildInfo.scala Maven / Gradle / Ivy

The newest version!
// $COVERAGE-OFF$
package com.cognite.scala_sdk

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "com.cognite". */
  val organization: String = "com.cognite"
  /** The value is "2.31.882". */
  val version: String = "2.31.882"
  /** The value is "Cognite". */
  val organizationName: String = "Cognite"
  override val toString: String = {
    "organization: %s, version: %s, organizationName: %s".format(
      organization, version, organizationName
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy