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

ghetti.spaghetti-kotlin-support.2.1.source-code.Spaghetti.kt Maven / Gradle / Ivy

The newest version!
public native object Spaghetti {
	/**
	 * Returns the module version.
	 */
	fun getModuleVersion(): String = noImpl

	/**
	 * Returns the Spaghetti version used to build the module.
	 */
	fun getSpaghettiVersion(): String = noImpl

	/**
	 * Returns the name of the module.
	 */
	fun getModuleName(): String = noImpl

	/**
	 * Returns a URL pointing to this module's given resource.
	 */
	fun getResourceUrl(resource:String): String = noImpl
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy