api / org.gradle.api.publish.ivy / IvyExtraInfoSpec / add

add

abstract fun add(namespace: String, name: String, value: String): Unit

Puts the specified extra element into the list of extra info elements.

Parameters

namespace - The namespace of the element to add

name - The name of the element to add

value - The value of the element to add