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

io.toolebox.kotmosphere.resources.Resource.kt Maven / Gradle / Ivy

package io.toolebox.kotmosphere.resources

interface Resource {
    val id: String
    val type: ResourceType
    val properties: Map
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy