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

stioner.lib.2024.9.3.source-code.Version.kt Maven / Gradle / Ivy

There is a newer version: 2024.9.0
Show newest version
package edu.illinois.cs.cs125.questioner.lib

import java.util.Properties

val VERSION: String = Properties().also {
    it.load((object {}).javaClass.getResourceAsStream("/edu.illinois.cs.cs124.questioner.lib.version"))
}.getProperty("version")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy