commonMain.it.unibo.tuprolog.Info.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
Knowlege representation via logic terms and clauses
package it.unibo.tuprolog
object Info {
const val VERSION = "0.31.11"
val PLATFORM: Platform by lazy { currentPlatform() }
val OS: Os by lazy { currentOs() }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy