Dependency Output List
data class DependencyOutputList(libraries: MutableList<String>, plugins: MutableList<String>, mappedLibraries: MutableMap<String, String>, mappedPlugins: MutableMap<String, String>)
Content copied to clipboard
Relying on the output list, only contains dependency information.
Constructors
DependencyOutputList
Link copied to clipboard
fun DependencyOutputList(libraries: MutableList<String> = mutableListOf(), plugins: MutableList<String> = mutableListOf(), mappedLibraries: MutableMap<String, String> = ConcurrentHashMap(), mappedPlugins: MutableMap<String, String> = ConcurrentHashMap())
Content copied to clipboard
Properties
libraries
Link copied to clipboard
mappedLibraries
Link copied to clipboard
mappedPlugins
Link copied to clipboard
plugins
Link copied to clipboard