PluginDependencyNotation

class PluginDependencyNotation(val id: String, val version: String?, val channel: String?) : Serializable

Constructors

Link copied to clipboard
fun PluginDependencyNotation(id: String, version: String?, channel: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toDependency(project: Project): Dependency
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard