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

com.didiglobal.booster.task.graph.ProjectNode.kt Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.didiglobal.booster.task.graph

import com.didiglobal.booster.graph.Node

data class ProjectNode(val path: String) : Node {

    override fun toPrettyString(): String = path

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy