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

com.carlosedp.riscvassembler.BuildInfo.scala Maven / Gradle / Ivy

package com.carlosedp.riscvassembler

object BuildInfo {
  val appName = "riscvassembler.scalajs[3.3.1].artifactName"

  val appVersion = "1.10.0"

  val buildCommit = "a6a0b667a5eb134ff6cb4dda3e15dbefc58c5e3b"

  val buildDate = "Thu Jun 13 13:32:26 UTC 2024"

  val commitDate = "2024-06-13 10:24:39 -0300"

  val revision = "1.10.0"
  val toMap = Map[String, String](
    "appName" -> appName,
"appVersion" -> appVersion,
"revision" -> revision,
"buildCommit" -> buildCommit,
"commitDate" -> commitDate,
"buildDate" -> buildDate
  )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy