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

io.microservices.canvas.model.Service.kt Maven / Gradle / Ivy

There is a newer version: 0.12.0.RELEASE
Show newest version
package io.microservices.canvas.model

data class Service(val name: String, val description: String,
                   val capabilities : List, val api: Api,
                   val dependencies: Dependencies)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy