com.lsd.core.domain.Fact.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lsd-core Show documentation
Show all versions of lsd-core Show documentation
A library used to generate living sequence diagrams
The newest version!
package com.lsd.core.domain
data class Fact(val key: String, val value: String)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy