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

commonMain.it.unibo.tuprolog.Info.kt Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
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