com.cognite.scala_sdk.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cognite-sdk-scala_2.13 Show documentation
Show all versions of cognite-sdk-scala_2.13 Show documentation
Scala SDK for Cognite Data Fusion.
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