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

blended.updater.config.PropertyProvider.scala Maven / Gradle / Ivy

There is a newer version: 2.5.0-M10
Show newest version
package blended.updater.config

trait PropertyProvider {

  def provide(key: String): Option[String]
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy