TreeLine

data class TreeLine(val depth: Int, val line: String, val groupId: String, val artifactId: String, val version: String, val scope: String? = null, val isDirect: Boolean = depth == 0, val isExcluded: Boolean = false)

Constructors

Link copied to clipboard
constructor(depth: Int, line: String, groupId: String, artifactId: String, version: String, scope: String? = null, isDirect: Boolean = depth == 0, isExcluded: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
val depth: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard