
sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalate-jaxrs_2.12 Show documentation
Show all versions of scalate-jaxrs_2.12 Show documentation
JAXRS integration for a Scalate web application
The newest version!
// $COVERAGE-OFF$
package org.scalatra.scalate.jaxrs.buildinfo
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "scalate-jaxrs". */
val name: String = "scalate-jaxrs"
/** The value is "1.10.1". */
val version: String = "1.10.1"
/** The value is "2.12.19". */
val scalaVersion: String = "2.12.19"
/** The value is "1.10.0". */
val sbtVersion: String = "1.10.0"
override val toString: String = {
"name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
name, version, scalaVersion, sbtVersion
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy