api / org.gradle.plugin.use / PluginDependencySpec / version

version

abstract fun version(version: String): PluginDependencySpec

Specify the version of the plugin to depend on.

 plugins { id "org.company.myplugin" version "1.0" } 

By default, dependencies have no (i.e. null) version.

Core plugins must not include a version number specification. Community plugins must include a version number specification.

Parameters

version - the version string (null for no specified version, which is the default)

Return
this