com.github.leandroborgesferreira.dagcommand.domain.Edge.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dag-command Show documentation
Show all versions of dag-command Show documentation
Affected gradle modules by branch
package com.github.leandroborgesferreira.dagcommand.domain
data class Edge(
val source: String,
val target: String,
val weight: Int
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy